#CEE5BA

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

Shades of Tea Green #CEE5BA

Tints of Tea Green #CEE5BA

Color information

#CEE5BA (or 0xCEE5BA) is unknown color: approx Tea Green. HEX triplet: CE, E5 and BA. RGB value is (206,229,186). Sum of RGB (Red+Green+Blue) = 206+229+186=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5BA is #311A45. Grayscale: #D9D9D9. Windows color (decimal): -3217990 or 12248526. OLE color: 12248526.

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

Color convert

RGB206229186-
CMYK0.1000.190.10
HSL92.09º45.26%81.37%-
HSV(B)92.09º18.78%89.8%-
XYZ62.3472.7157.2-
YUV217.22110.38120-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 229 (89.84% from 255) = 36.88%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=33.17%
G=36.88%
B=29.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062291860.1000.190.1092.0945.2681.37
HexCEE5BAA013A5c2d51
Octal316345272120231213455121
Binary1100111011100101101110101010010011101010111001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5BA; }

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

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

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

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

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

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

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

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