#ccedba

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

Shades of Tea Green #CCEDBA

Tints of Tea Green #CCEDBA

Color information

#CCEDBA (or 0xCCEDBA) is unknown color: approx Tea Green. HEX triplet: CC, ED and BA. RGB value is (204,237,186). Sum of RGB (Red+Green+Blue) = 204+237+186=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDBA is #331245. Grayscale: #DDDDDD. Windows color (decimal): -3347014 or 12250572. OLE color: 12250572.

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

Color convert

RGB204237186-
CMYK0.1400.220.07
HSL98.82º58.62%82.94%-
HSV(B)98.82º21.52%92.94%-
XYZ64.0576.9557.93-
YUV221.32108.07115.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 237 (92.97% from 255) = 37.80%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=32.54%
G=37.80%
B=29.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042371860.1400.220.0798.8258.6282.94
HexCCEDBAE0167633b53
Octal31435527216026714373123
Binary110011001110110110111010111001011011111000111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccedba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccedba; }

 p { color: rgb(204,237,186); }

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

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

 a { background-color: rgb(204,237,186); }

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

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

 span { border-color: rgb(204,237,186); }

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