#CCEBBD

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

Shades of Tea Green #CCEBBD

Tints of Tea Green #CCEBBD

Color information

#CCEBBD (or 0xCCEBBD) is unknown color: approx Tea Green. HEX triplet: CC, EB and BD. RGB value is (204,235,189). Sum of RGB (Red+Green+Blue) = 204+235+189=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBBD is #331442. Grayscale: #DCDCDC. Windows color (decimal): -3347523 or 12446668. OLE color: 12446668.

HSL color Cylindrical-coordinate representation of color #CCEBBD: hue angle of 100.43º 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 #CCEBBD is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB204235189-
CMYK0.1300.200.08
HSL100.43º53.49%83.14%-
HSV(B)100.43º19.57%92.16%-
XYZ63.875.9359.44-
YUV220.49110.23116.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.48%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 189 (74.22% from 255) = 30.10%
R=32.48%
G=37.42%
B=30.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042351890.1300.200.08100.4353.4983.14
HexCCEBBDD0148643553
Octal314353275150241014465123
Binary1100110011101011101111011101010100100011001001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBBD; }

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

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

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

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

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

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

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

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