#CEEBBD

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

Shades of Tea Green #CEEBBD

Tints of Tea Green #CEEBBD

Color information

#CEEBBD (or 0xCEEBBD) is unknown color: approx Tea Green. HEX triplet: CE, EB and BD. RGB value is (206,235,189). Sum of RGB (Red+Green+Blue) = 206+235+189=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBBD is #311442. Grayscale: #DDDDDD. Windows color (decimal): -3216451 or 12446670. OLE color: 12446670.

HSL color Cylindrical-coordinate representation of color #CEEBBD: hue angle of 97.83º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEEBBD is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB206235189-
CMYK0.1200.200.08
HSL97.83º53.49%83.14%-
HSV(B)97.83º19.57%92.16%-
XYZ64.3576.2159.46-
YUV221.08109.89117.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.70%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 189 (74.22% from 255) = 30%
R=32.70%
G=37.30%
B=30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062351890.1200.200.0897.8353.4983.14
HexCEEBBDC0148623553
Octal316353275140241014265123
Binary1100111011101011101111011100010100100011000101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBBD; }

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

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

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

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

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

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

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

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