#CDEDBE

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

Shades of Tea Green #CDEDBE

Tints of Tea Green #CDEDBE

Color information

#CDEDBE (or 0xCDEDBE) is unknown color: approx Tea Green. HEX triplet: CD, ED and BE. RGB value is (205,237,190). Sum of RGB (Red+Green+Blue) = 205+237+190=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDBE is #321241. Grayscale: #DEDEDE. Windows color (decimal): -3281474 or 12512717. OLE color: 12512717.

HSL color Cylindrical-coordinate representation of color #CDEDBE: hue angle of 100.85º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDEDBE is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB205237190-
CMYK0.1400.200.07
HSL100.85º56.63%83.73%-
HSV(B)100.85º19.83%92.94%-
XYZ64.7677.2760.22-
YUV222.07109.9115.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.44%
GREEN value IS 237 (92.97% from 255) = 37.5%
BLUE value IS 190 (74.61% from 255) = 30.06%
R=32.44%
G=37.5%
B=30.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052371900.1400.200.07100.8556.6383.73
HexCDEDBEE0147653954
Octal31535527616024714571124
Binary110011011110110110111110111001010011111001011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDBE; }

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

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

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

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

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

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

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

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