#CEECB2

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

Shades of Tea Green #CEECB2

Tints of Tea Green #CEECB2

Color information

#CEECB2 (or 0xCEECB2) is unknown color: approx Tea Green. HEX triplet: CE, EC and B2. RGB value is (206,236,178). Sum of RGB (Red+Green+Blue) = 206+236+178=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 178 (69.92% from 255 or 28.71% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEECB2 is #31134D. Grayscale: #DCDCDC. Windows color (decimal): -3216206 or 11726030. OLE color: 11726030.

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

Color convert

RGB206236178-
CMYK0.1300.250.07
HSL91.03º60.42%81.18%-
HSV(B)91.03º24.58%92.55%-
XYZ63.4876.3353.51-
YUV220.42104.06117.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.23%
GREEN value IS 236 (92.58% from 255) = 38.06%
BLUE value IS 178 (69.92% from 255) = 28.71%
R=33.23%
G=38.06%
B=28.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062361780.1300.250.0791.0360.4281.18
HexCEECB2D01975b3c51
Octal31635426215031713374121
Binary110011101110110010110010110101100111110110111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEECB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEECB2; }

 p { color: rgb(206,236,178); }

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

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

 a { background-color: rgb(206,236,178); }

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

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

 span { border-color: rgb(206,236,178); }

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