#66FFC4

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

Shades of Aquamarine #66FFC4

Tints of Aquamarine #66FFC4

Color information

#66FFC4 (or 0x66FFC4) is unknown color: approx Aquamarine. HEX triplet: 66, FF and C4. RGB value is (102,255,196). Sum of RGB (Red+Green+Blue) = 102+255+196=553 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.44% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFC4 is #99003B. Grayscale: #CACACA. Windows color (decimal): -10027068 or 12910438. OLE color: 12910438.

HSL color Cylindrical-coordinate representation of color #66FFC4: hue angle of 156.86º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFC4 is Cyan = 0.6, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB102255196-
CMYK0.600.230
HSL156.86º100%70%-
HSV(B)156.86º60%100%-
XYZ51.278.3364.65-
YUV202.53124.3156.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.44%
GREEN value IS 255 (100% from 255) = 46.11%
BLUE value IS 196 (76.95% from 255) = 35.44%
R=18.44%
G=46.11%
B=35.44%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022551960.600.230156.8610070
Hex66FFC43C01709d6446
Octal146377304740270235144106
Binary1100110111111111100010011110001011101001110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66FFC4; }

 p { color: rgb(102,255,196); }

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

<style>
 a { background-color: #66FFC4; }

 a { background-color: rgb(102,255,196); }

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

<style>
 span { border-color: #66FFC4; }

 span { border-color: rgb(102,255,196); }

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