#CEE9C0

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

Shades of Tea Green #CEE9C0

Tints of Tea Green #CEE9C0

Color information

#CEE9C0 (or 0xCEE9C0) is unknown color: approx Tea Green. HEX triplet: CE, E9 and C0. RGB value is (206,233,192). Sum of RGB (Red+Green+Blue) = 206+233+192=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE9C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE9C0 is #31163F. Grayscale: #DCDCDC. Windows color (decimal): -3216960 or 12642766. OLE color: 12642766.

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

Color convert

RGB206233192-
CMYK0.1200.180.09
HSL99.51º48.24%83.33%-
HSV(B)99.51º17.6%91.37%-
XYZ64.1175.2161.01-
YUV220.25112.05117.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.65%
GREEN value IS 233 (91.41% from 255) = 36.93%
BLUE value IS 192 (75.39% from 255) = 30.43%
R=32.65%
G=36.93%
B=30.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062331920.1200.180.0999.5148.2483.33
HexCEE9C0C0129643053
Octal316351300140221114460123
Binary1100111011101001110000001100010010100111001001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE9C0; }

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

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

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

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

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

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

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

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