#CDECB5

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

Shades of Tea Green #CDECB5

Tints of Tea Green #CDECB5

Color information

#CDECB5 (or 0xCDECB5) is unknown color: approx Tea Green. HEX triplet: CD, EC and B5. RGB value is (205,236,181). Sum of RGB (Red+Green+Blue) = 205+236+181=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECB5 is #32134A. Grayscale: #DCDCDC. Windows color (decimal): -3281739 or 11922637. OLE color: 11922637.

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

Color convert

RGB205236181-
CMYK0.1300.230.07
HSL93.82º59.14%81.76%-
HSV(B)93.82º23.31%92.55%-
XYZ63.5176.3155.1-
YUV220.46105.73116.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.96%
GREEN value IS 236 (92.58% from 255) = 37.94%
BLUE value IS 181 (71.09% from 255) = 29.10%
R=32.96%
G=37.94%
B=29.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052361810.1300.230.0793.8259.1481.76
HexCDECB5D01775e3b52
Octal31535426515027713673122
Binary110011011110110010110101110101011111110111101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECB5; }

 p { color: rgb(205,236,181); }

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

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

 a { background-color: rgb(205,236,181); }

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

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

 span { border-color: rgb(205,236,181); }

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