#CDECB4

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

Shades of Tea Green #CDECB4

Tints of Tea Green #CDECB4

Color information

#CDECB4 (or 0xCDECB4) is unknown color: approx Tea Green. HEX triplet: CD, EC and B4. RGB value is (205,236,180). Sum of RGB (Red+Green+Blue) = 205+236+180=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECB4 is #32134B. Grayscale: #DCDCDC. Windows color (decimal): -3281740 or 11857101. OLE color: 11857101.

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

Color convert

RGB205236180-
CMYK0.1300.240.07
HSL93.21º59.57%81.57%-
HSV(B)93.21º23.73%92.55%-
XYZ63.4176.2754.56-
YUV220.35105.23117.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.01%
GREEN value IS 236 (92.58% from 255) = 38.00%
BLUE value IS 180 (70.70% from 255) = 28.99%
R=33.01%
G=38.00%
B=28.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052361800.1300.240.0793.2159.5781.57
HexCDECB4D01875d3c52
Octal31535426415030713574122
Binary110011011110110010110100110101100011110111011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECB4; }

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

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

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

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

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

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

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

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