#CFEE9F

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

Shades of Reef #CFEE9F

Tints of Reef #CFEE9F

Color information

#CFEE9F (or 0xCFEE9F) is unknown color: approx Reef. HEX triplet: CF, EE and 9F. RGB value is (207,238,159). Sum of RGB (Red+Green+Blue) = 207+238+159=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEE9F is #301160. Grayscale: #DCDCDC. Windows color (decimal): -3150177 or 10481359. OLE color: 10481359.

HSL color Cylindrical-coordinate representation of color #CFEE9F: hue angle of 83.54º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFEE9F is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB207238159-
CMYK0.1300.330.07
HSL83.54º69.91%77.84%-
HSV(B)83.54º33.19%93.33%-
XYZ62.5676.9244.35-
YUV219.7293.73118.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 238 (93.36% from 255) = 39.40%
BLUE value IS 159 (62.5% from 255) = 26.32%
R=34.27%
G=39.40%
B=26.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072381590.1300.330.0783.5469.9177.84
HexCFEE9FD021754464e
Octal317356237150417124106116
Binary11001111111011101001111111010100001111101010010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEE9F; }

 p { color: rgb(207,238,159); }

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

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

 a { background-color: rgb(207,238,159); }

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

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

 span { border-color: rgb(207,238,159); }

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