#CEE8C0

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

Shades of Tea Green #CEE8C0

Tints of Tea Green #CEE8C0

Color information

#CEE8C0 (or 0xCEE8C0) is unknown color: approx Tea Green. HEX triplet: CE, E8 and C0. RGB value is (206,232,192). Sum of RGB (Red+Green+Blue) = 206+232+192=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE8C0 is #31173F. Grayscale: #DBDBDB. Windows color (decimal): -3217216 or 12642510. OLE color: 12642510.

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

Color convert

RGB206232192-
CMYK0.1100.170.09
HSL99º46.51%83.14%-
HSV(B)99º17.24%90.98%-
XYZ63.8274.6460.91-
YUV219.67112.39118.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.70%
GREEN value IS 232 (91.02% from 255) = 36.83%
BLUE value IS 192 (75.39% from 255) = 30.48%
R=32.70%
G=36.83%
B=30.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062321920.1100.170.099946.5183.14
HexCEE8C0B0119632f53
Octal316350300130211114357123
Binary1100111011101000110000001011010001100111000111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE8C0; }

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

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

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

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

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

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

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

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