#CEE5BD

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

Shades of Tea Green #CEE5BD

Tints of Tea Green #CEE5BD

Color information

#CEE5BD (or 0xCEE5BD) is unknown color: approx Tea Green. HEX triplet: CE, E5 and BD. RGB value is (206,229,189). Sum of RGB (Red+Green+Blue) = 206+229+189=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5BD is #311A42. Grayscale: #D9D9D9. Windows color (decimal): -3217987 or 12445134. OLE color: 12445134.

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

Color convert

RGB206229189-
CMYK0.1000.170.10
HSL94.5º43.48%81.96%-
HSV(B)94.5º17.47%89.8%-
XYZ62.6672.8358.9-
YUV217.56111.88119.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.01%
GREEN value IS 229 (89.84% from 255) = 36.70%
BLUE value IS 189 (74.22% from 255) = 30.29%
R=33.01%
G=36.70%
B=30.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062291890.1000.170.1094.543.4881.96
HexCEE5BDA011A5e2b52
Octal316345275120211213653122
Binary1100111011100101101111011010010001101010111101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5BD; }

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

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

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

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

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

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

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

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