#CEECBD

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

Shades of Tea Green #CEECBD

Tints of Tea Green #CEECBD

Color information

#CEECBD (or 0xCEECBD) is unknown color: approx Tea Green. HEX triplet: CE, EC and BD. RGB value is (206,236,189). Sum of RGB (Red+Green+Blue) = 206+236+189=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECBD is #311342. Grayscale: #DDDDDD. Windows color (decimal): -3216195 or 12446926. OLE color: 12446926.

HSL color Cylindrical-coordinate representation of color #CEECBD: hue angle of 98.3º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEECBD is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB206236189-
CMYK0.1300.200.07
HSL98.3º55.29%83.33%-
HSV(B)98.3º19.92%92.55%-
XYZ64.6376.7959.56-
YUV221.67109.56116.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.65%
GREEN value IS 236 (92.58% from 255) = 37.40%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=32.65%
G=37.40%
B=29.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062361890.1300.200.0798.355.2983.33
HexCEECBDD0147623753
Octal31635427515024714267123
Binary110011101110110010111101110101010011111000101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEECBD; }

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

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

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

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

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

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

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

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