#CFFCA9

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

Shades of Reef #CFFCA9

Tints of Reef #CFFCA9

Color information

#CFFCA9 (or 0xCFFCA9) is unknown color: approx Reef. HEX triplet: CF, FC and A9. RGB value is (207,252,169). Sum of RGB (Red+Green+Blue) = 207+252+169=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 169 (66.41% from 255 or 26.91% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFCA9 is #300356. Grayscale: #E5E5E5. Windows color (decimal): -3146583 or 11140303. OLE color: 11140303.

HSL color Cylindrical-coordinate representation of color #CFFCA9: hue angle of 92.53º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFFCA9 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB207252169-
CMYK0.1800.330.01
HSL92.53º93.26%82.55%-
HSV(B)92.53º32.94%98.82%-
XYZ67.785.7550.52-
YUV229.0894.09112.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.96%
GREEN value IS 252 (98.83% from 255) = 40.13%
BLUE value IS 169 (66.41% from 255) = 26.91%
R=32.96%
G=40.13%
B=26.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072521690.1800.330.0192.5393.2682.55
HexCFFCA91202115d5d53
Octal317374251220411135135123
Binary1100111111111100101010011001001000011101110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFCA9; }

 p { color: rgb(207,252,169); }

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

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

 a { background-color: rgb(207,252,169); }

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

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

 span { border-color: rgb(207,252,169); }

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