#CEE6A2

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

Shades of Reef #CEE6A2

Tints of Reef #CEE6A2

Color information

#CEE6A2 (or 0xCEE6A2) is unknown color: approx Reef. HEX triplet: CE, E6 and A2. RGB value is (206,230,162). Sum of RGB (Red+Green+Blue) = 206+230+162=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 162 (63.67% from 255 or 27.09% from 598); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE6A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE6A2 is #31195D. Grayscale: #D7D7D7. Windows color (decimal): -3217758 or 10675918. OLE color: 10675918.

HSL color Cylindrical-coordinate representation of color #CEE6A2: hue angle of 81.18º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEE6A2 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB206230162-
CMYK0.1000.300.10
HSL81.18º57.63%76.86%-
HSV(B)81.18º29.57%90.2%-
XYZ60.2772.3244.97-
YUV215.0798.05121.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.45%
GREEN value IS 230 (90.23% from 255) = 38.46%
BLUE value IS 162 (63.67% from 255) = 27.09%
R=34.45%
G=38.46%
B=27.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062301620.1000.300.1081.1857.6376.86
HexCEE6A2A01EA513a4d
Octal316346242120361212172115
Binary1100111011100110101000101010011110101010100011110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE6A2; }

 p { color: rgb(206,230,162); }

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

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

 a { background-color: rgb(206,230,162); }

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

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

 span { border-color: rgb(206,230,162); }

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