#CDECB2

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

Shades of Tea Green #CDECB2

Tints of Tea Green #CDECB2

Color information

#CDECB2 (or 0xCDECB2) is unknown color: approx Tea Green. HEX triplet: CD, EC and B2. RGB value is (205,236,178). Sum of RGB (Red+Green+Blue) = 205+236+178=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 178 (69.92% from 255 or 28.76% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDECB2 is #32134D. Grayscale: #DCDCDC. Windows color (decimal): -3281742 or 11726029. OLE color: 11726029.

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

Color convert

RGB205236178-
CMYK0.1300.250.07
HSL92.07º60.42%81.18%-
HSV(B)92.07º24.58%92.55%-
XYZ63.2176.1853.49-
YUV220.12104.23117.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.12%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 178 (69.92% from 255) = 28.76%
R=33.12%
G=38.13%
B=28.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052361780.1300.250.0792.0760.4281.18
HexCDECB2D01975c3c51
Octal31535426215031713474121
Binary110011011110110010110010110101100111110111001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECB2; }

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

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

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

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

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

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

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

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