#CFEA9F

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

Shades of Reef #CFEA9F

Tints of Reef #CFEA9F

Color information

#CFEA9F (or 0xCFEA9F) is unknown color: approx Reef. HEX triplet: CF, EA and 9F. RGB value is (207,234,159). Sum of RGB (Red+Green+Blue) = 207+234+159=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 159 (62.5% from 255 or 26.5% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEA9F is #301560. Grayscale: #D9D9D9. Windows color (decimal): -3151201 or 10480335. OLE color: 10480335.

HSL color Cylindrical-coordinate representation of color #CFEA9F: hue angle of 81.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFEA9F is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB207234159-
CMYK0.1200.320.08
HSL81.6º64.1%77.06%-
HSV(B)81.6º32.05%91.76%-
XYZ61.4174.6143.97-
YUV217.3895.05120.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 234 (91.80% from 255) = 39%
BLUE value IS 159 (62.5% from 255) = 26.5%
R=34.5%
G=39%
B=26.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072341590.1200.320.0881.664.177.06
HexCFEA9FC020852404d
Octal3173522371404010122100115
Binary110011111110101010011111110001000001000101001010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEA9F; }

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

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

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

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

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

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

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

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