#CFECAA

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

Shades of Reef #CFECAA

Tints of Reef #CFECAA

Color information

#CFECAA (or 0xCFECAA) is unknown color: approx Reef. HEX triplet: CF, EC and AA. RGB value is (207,236,170). Sum of RGB (Red+Green+Blue) = 207+236+170=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFECAA is #301355. Grayscale: #DCDCDC. Windows color (decimal): -3150678 or 11201743. OLE color: 11201743.

HSL color Cylindrical-coordinate representation of color #CFECAA: hue angle of 86.36º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFECAA is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB207236170-
CMYK0.1200.280.07
HSL86.36º63.46%79.61%-
HSV(B)86.36º27.97%92.55%-
XYZ62.9876.1649.41-
YUV219.899.89118.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.77%
GREEN value IS 236 (92.58% from 255) = 38.50%
BLUE value IS 170 (66.80% from 255) = 27.73%
R=33.77%
G=38.50%
B=27.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072361700.1200.280.0786.3663.4679.61
HexCFECAAC01C7563f50
Octal31735425214034712677120
Binary110011111110110010101010110001110011110101101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECAA; }

 p { color: rgb(207,236,170); }

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

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

 a { background-color: rgb(207,236,170); }

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

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

 span { border-color: rgb(207,236,170); }

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