#CEE3C0

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

Shades of Tea Green #CEE3C0

Tints of Tea Green #CEE3C0

Color information

#CEE3C0 (or 0xCEE3C0) is unknown color: approx Tea Green. HEX triplet: CE, E3 and C0. RGB value is (206,227,192). Sum of RGB (Red+Green+Blue) = 206+227+192=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE3C0 is #311C3F. Grayscale: #D8D8D8. Windows color (decimal): -3218496 or 12641230. OLE color: 12641230.

HSL color Cylindrical-coordinate representation of color #CEE3C0: hue angle of 96º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEE3C0 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB206227192-
CMYK0.0900.150.11
HSL96º38.46%82.16%-
HSV(B)96º15.42%89.02%-
XYZ62.4471.8760.45-
YUV216.73114.04120.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 227 (89.06% from 255) = 36.32%
BLUE value IS 192 (75.39% from 255) = 30.72%
R=32.96%
G=36.32%
B=30.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062271920.0900.150.119638.4682.16
HexCEE3C090FB602652
Octal316343300110171314046122
Binary110011101110001111000000100101111101111000001001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE3C0; }

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

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

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

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

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

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

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

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