#65FCC0

Color #65FCC0 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #65FCC0

Tints of Aquamarine #65FCC0

Color information

#65FCC0 (or 0x65FCC0) is unknown color: approx Aquamarine. HEX triplet: 65, FC and C0. RGB value is (101,252,192). Sum of RGB (Red+Green+Blue) = 101+252+192=545 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.53% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #65FCC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FCC0 is #9A033F. Grayscale: #C8C8C8. Windows color (decimal): -10093376 or 12647525. OLE color: 12647525.

HSL color Cylindrical-coordinate representation of color #65FCC0: hue angle of 156.16º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FCC0 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB101252192-
CMYK0.6000.240.01
HSL156.16º96.18%69.22%-
HSV(B)156.16º59.92%98.82%-
XYZ49.6976.1961.96-
YUV200.01123.4757.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 18.53%
GREEN value IS 252 (98.83% from 255) = 46.24%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=18.53%
G=46.24%
B=35.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012521920.6000.240.01156.1696.1869.22
Hex65FCC03C01819c6045
Octal145374300740301234140105
Binary1100101111111001100000011110001100011001110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65FCC0; }

 p { color: rgb(101,252,192); }

 H1.HeaderClassName
 {
   color: #65FCC0;
 }
 .AnyTagClassName
 {
   color: #65FCC0;
 }
</style>
background-color css

<style>
 a { background-color: #65FCC0; }

 a { background-color: rgb(101,252,192); }

 div.DivClassName
 {
   background-color: #65FCC0;
 }
 .BgClassName
 {
   background-color: #65FCC0;
 }
</style>
border-color css

<style>
 span { border-color: #65FCC0; }

 span { border-color: rgb(101,252,192); }

 td.TdClassName
 {
   border-color: #65FCC0;
 }
 .TagClassName
 {
   border-color: #65FCC0;
 }
</style>