#CEEEC0

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

Shades of Tea Green #CEEEC0

Tints of Tea Green #CEEEC0

Color information

#CEEEC0 (or 0xCEEEC0) is unknown color: approx Tea Green. HEX triplet: CE, EE and C0. RGB value is (206,238,192). Sum of RGB (Red+Green+Blue) = 206+238+192=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEC0 is #31113F. Grayscale: #DFDFDF. Windows color (decimal): -3215680 or 12644046. OLE color: 12644046.

HSL color Cylindrical-coordinate representation of color #CEEEC0: hue angle of 101.74º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEEEC0 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB206238192-
CMYK0.1300.190.07
HSL101.74º57.5%84.31%-
HSV(B)101.74º19.33%93.33%-
XYZ65.5478.0861.49-
YUV223.19110.4115.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.39%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 192 (75.39% from 255) = 30.19%
R=32.39%
G=37.42%
B=30.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062381920.1300.190.07101.7457.584.31
HexCEEEC0D0137663a54
Octal31635630015023714672124
Binary110011101110111011000000110101001111111001101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEC0; }

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

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

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

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

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

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

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

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