#CFEA9E

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

Shades of Reef #CFEA9E

Tints of Reef #CFEA9E

Color information

#CFEA9E (or 0xCFEA9E) is unknown color: approx Reef. HEX triplet: CF, EA and 9E. RGB value is (207,234,158). Sum of RGB (Red+Green+Blue) = 207+234+158=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 158 (62.11% from 255 or 26.38% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEA9E is #301561. Grayscale: #D9D9D9. Windows color (decimal): -3151202 or 10414799. OLE color: 10414799.

HSL color Cylindrical-coordinate representation of color #CFEA9E: hue angle of 81.32º 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 #CFEA9E is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB207234158-
CMYK0.1200.320.08
HSL81.32º64.41%76.86%-
HSV(B)81.32º32.48%91.76%-
XYZ61.3374.5843.51-
YUV217.2694.55120.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 158 (62.11% from 255) = 26.38%
R=34.56%
G=39.07%
B=26.38%

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
Decimal2072341580.1200.320.0881.3264.4176.86
HexCFEA9EC020851404d
Octal3173522361404010121100115
Binary110011111110101010011110110001000001000101000110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEA9E; }

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

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

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

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

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

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

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

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