#CFEBAA

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

Shades of Reef #CFEBAA

Tints of Reef #CFEBAA

Color information

#CFEBAA (or 0xCFEBAA) is unknown color: approx Reef. HEX triplet: CF, EB and AA. RGB value is (207,235,170). Sum of RGB (Red+Green+Blue) = 207+235+170=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEBAA is #301455. Grayscale: #DBDBDB. Windows color (decimal): -3150934 or 11201487. OLE color: 11201487.

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

Color convert

RGB207235170-
CMYK0.1200.280.08
HSL85.85º61.9%79.41%-
HSV(B)85.85º27.66%92.16%-
XYZ62.775.5849.32-
YUV219.22100.22119.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.82%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 170 (66.80% from 255) = 27.78%
R=33.82%
G=38.40%
B=27.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072351700.1200.280.0885.8561.979.41
HexCFEBAAC01C8563e4f
Octal317353252140341012676117
Binary1100111111101011101010101100011100100010101101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBAA; }

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

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

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

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

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

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

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

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