#CDEDC0

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

Shades of Tea Green #CDEDC0

Tints of Tea Green #CDEDC0

Color information

#CDEDC0 (or 0xCDEDC0) is unknown color: approx Tea Green. HEX triplet: CD, ED and C0. RGB value is (205,237,192). Sum of RGB (Red+Green+Blue) = 205+237+192=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDC0 is #32123F. Grayscale: #DEDEDE. Windows color (decimal): -3281472 or 12643789. OLE color: 12643789.

HSL color Cylindrical-coordinate representation of color #CDEDC0: hue angle of 102.67º degrees, saturation: 0.56, 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 #CDEDC0 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB205237192-
CMYK0.1400.190.07
HSL102.67º55.56%84.12%-
HSV(B)102.67º18.99%92.94%-
XYZ64.9877.3561.38-
YUV222.3110.9115.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.33%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 192 (75.39% from 255) = 30.28%
R=32.33%
G=37.38%
B=30.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052371920.1400.190.07102.6755.5684.12
HexCDEDC0E0137673854
Octal31535530016023714770124
Binary110011011110110111000000111001001111111001111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDC0; }

 p { color: rgb(205,237,192); }

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

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

 a { background-color: rgb(205,237,192); }

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

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

 span { border-color: rgb(205,237,192); }

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