#CEE5AA

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

Shades of Reef #CEE5AA

Tints of Reef #CEE5AA

Color information

#CEE5AA (or 0xCEE5AA) is unknown color: approx Reef. HEX triplet: CE, E5 and AA. RGB value is (206,229,170). Sum of RGB (Red+Green+Blue) = 206+229+170=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE5AA is #311A55. Grayscale: #D7D7D7. Windows color (decimal): -3218006 or 11199950. OLE color: 11199950.

HSL color Cylindrical-coordinate representation of color #CEE5AA: hue angle of 83.39º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEE5AA is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB206229170-
CMYK0.1000.260.10
HSL83.39º53.15%78.24%-
HSV(B)83.39º25.76%89.8%-
XYZ60.7372.0648.74-
YUV215.4102.38121.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 229 (89.84% from 255) = 37.85%
BLUE value IS 170 (66.80% from 255) = 28.10%
R=34.05%
G=37.85%
B=28.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062291700.1000.260.1083.3953.1578.24
HexCEE5AAA01AA53354e
Octal316345252120321212365116
Binary1100111011100101101010101010011010101010100111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5AA; }

 p { color: rgb(206,229,170); }

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

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

 a { background-color: rgb(206,229,170); }

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

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

 span { border-color: rgb(206,229,170); }

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