#CFFCA8

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

Shades of Reef #CFFCA8

Tints of Reef #CFFCA8

Color information

#CFFCA8 (or 0xCFFCA8) is unknown color: approx Reef. HEX triplet: CF, FC and A8. RGB value is (207,252,168). Sum of RGB (Red+Green+Blue) = 207+252+168=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 168 (66.02% from 255 or 26.79% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFCA8 is #300357. Grayscale: #E5E5E5. Windows color (decimal): -3146584 or 11074767. OLE color: 11074767.

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

Color convert

RGB207252168-
CMYK0.1800.330.01
HSL92.14º93.33%82.35%-
HSV(B)92.14º33.33%98.82%-
XYZ67.6185.7150.03-
YUV228.9793.59112.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.01%
GREEN value IS 252 (98.83% from 255) = 40.19%
BLUE value IS 168 (66.02% from 255) = 26.79%
R=33.01%
G=40.19%
B=26.79%

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
Decimal2072521680.1800.330.0192.1493.3382.35
HexCFFCA81202115c5d52
Octal317374250220411134135122
Binary1100111111111100101010001001001000011101110010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFCA8; }

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

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

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

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

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

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

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

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