#CDECBF

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

Shades of Tea Green #CDECBF

Tints of Tea Green #CDECBF

Color information

#CDECBF (or 0xCDECBF) is unknown color: approx Tea Green. HEX triplet: CD, EC and BF. RGB value is (205,236,191). Sum of RGB (Red+Green+Blue) = 205+236+191=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECBF is #321340. Grayscale: #DDDDDD. Windows color (decimal): -3281729 or 12577997. OLE color: 12577997.

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

Color convert

RGB205236191-
CMYK0.1300.190.07
HSL101.33º54.22%83.73%-
HSV(B)101.33º19.07%92.55%-
XYZ64.5876.7360.7-
YUV221.6110.73116.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.44%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 191 (75% from 255) = 30.22%
R=32.44%
G=37.34%
B=30.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052361910.1300.190.07101.3354.2283.73
HexCDECBFD0137653654
Octal31535427715023714566124
Binary110011011110110010111111110101001111111001011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECBF; }

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

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

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

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

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

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

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

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