#CDECBA

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

Shades of Tea Green #CDECBA

Tints of Tea Green #CDECBA

Color information

#CDECBA (or 0xCDECBA) is unknown color: approx Tea Green. HEX triplet: CD, EC and BA. RGB value is (205,236,186). Sum of RGB (Red+Green+Blue) = 205+236+186=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECBA is #321345. Grayscale: #DDDDDD. Windows color (decimal): -3281734 or 12250317. OLE color: 12250317.

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

Color convert

RGB205236186-
CMYK0.1300.210.07
HSL97.2º56.82%82.75%-
HSV(B)97.2º21.19%92.55%-
XYZ64.0476.5257.85-
YUV221.03108.23116.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.70%
GREEN value IS 236 (92.58% from 255) = 37.64%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=32.70%
G=37.64%
B=29.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052361860.1300.210.0797.256.8282.75
HexCDECBAD0157613953
Octal31535427215025714171123
Binary110011011110110010111010110101010111111000011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECBA; }

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

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

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

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

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

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

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

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