#CEE8A0

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

Shades of Reef #CEE8A0

Tints of Reef #CEE8A0

Color information

#CEE8A0 (or 0xCEE8A0) is unknown color: approx Reef. HEX triplet: CE, E8 and A0. RGB value is (206,232,160). Sum of RGB (Red+Green+Blue) = 206+232+160=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE8A0 is #31175F. Grayscale: #D8D8D8. Windows color (decimal): -3217248 or 10545358. OLE color: 10545358.

HSL color Cylindrical-coordinate representation of color #CEE8A0: hue angle of 81.67º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEE8A0 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB206232160-
CMYK0.1100.310.09
HSL81.67º61.02%76.86%-
HSV(B)81.67º31.03%90.98%-
XYZ60.6673.3744.22-
YUV216.0296.39120.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.45%
GREEN value IS 232 (91.02% from 255) = 38.80%
BLUE value IS 160 (62.89% from 255) = 26.76%
R=34.45%
G=38.80%
B=26.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062321600.1100.310.0981.6761.0276.86
HexCEE8A0B01F9523d4d
Octal316350240130371112275115
Binary1100111011101000101000001011011111100110100101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE8A0; }

 p { color: rgb(206,232,160); }

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

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

 a { background-color: rgb(206,232,160); }

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

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

 span { border-color: rgb(206,232,160); }

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