#CDF6AD

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

Shades of Tea Green #CDF6AD

Tints of Tea Green #CDF6AD

Color information

#CDF6AD (or 0xCDF6AD) is unknown color: approx Tea Green. HEX triplet: CD, F6 and AD. RGB value is (205,246,173). Sum of RGB (Red+Green+Blue) = 205+246+173=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF6AD is #320952. Grayscale: #E1E1E1. Windows color (decimal): -3279187 or 11400909. OLE color: 11400909.

HSL color Cylindrical-coordinate representation of color #CDF6AD: hue angle of 93.7º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDF6AD is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB205246173-
CMYK0.1700.300.04
HSL93.7º80.22%82.16%-
HSV(B)93.7º29.67%96.47%-
XYZ65.6881.9151.88-
YUV225.4298.42113.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.85%
GREEN value IS 246 (96.48% from 255) = 39.42%
BLUE value IS 173 (67.97% from 255) = 27.72%
R=32.85%
G=39.42%
B=27.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052461730.1700.300.0493.780.2282.16
HexCDF6AD1101E45e5052
Octal315366255210364136120122
Binary11001101111101101010110110001011110100101111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF6AD; }

 p { color: rgb(205,246,173); }

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

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

 a { background-color: rgb(205,246,173); }

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

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

 span { border-color: rgb(205,246,173); }

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