#CEEEBD

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

Shades of Tea Green #CEEEBD

Tints of Tea Green #CEEEBD

Color information

#CEEEBD (or 0xCEEEBD) is unknown color: approx Tea Green. HEX triplet: CE, EE and BD. RGB value is (206,238,189). Sum of RGB (Red+Green+Blue) = 206+238+189=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEBD is #311142. Grayscale: #DFDFDF. Windows color (decimal): -3215683 or 12447438. OLE color: 12447438.

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

Color convert

RGB206238189-
CMYK0.1300.210.07
HSL99.18º59.04%83.73%-
HSV(B)99.18º20.59%93.33%-
XYZ65.2177.9559.75-
YUV222.85108.9115.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 238 (93.36% from 255) = 37.60%
BLUE value IS 189 (74.22% from 255) = 29.86%
R=32.54%
G=37.60%
B=29.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062381890.1300.210.0799.1859.0483.73
HexCEEEBDD0157633b54
Octal31635627515025714373124
Binary110011101110111010111101110101010111111000111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEBD; }

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

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

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

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

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

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

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

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