#CDF6AE

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

Shades of Tea Green #CDF6AE

Tints of Tea Green #CDF6AE

Color information

#CDF6AE (or 0xCDF6AE) is unknown color: approx Tea Green. HEX triplet: CD, F6 and AE. RGB value is (205,246,174). Sum of RGB (Red+Green+Blue) = 205+246+174=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF6AE is #320951. Grayscale: #E1E1E1. Windows color (decimal): -3279186 or 11466445. OLE color: 11466445.

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

Color convert

RGB205246174-
CMYK0.1700.290.04
HSL94.17º80%82.35%-
HSV(B)94.17º29.27%96.47%-
XYZ65.7781.9552.4-
YUV225.5398.92113.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 246 (96.48% from 255) = 39.36%
BLUE value IS 174 (68.36% from 255) = 27.84%
R=32.8%
G=39.36%
B=27.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052461740.1700.290.0494.178082.35
HexCDF6AE1101D45e5052
Octal315366256210354136120122
Binary11001101111101101010111010001011101100101111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF6AE; }

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

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

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

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

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

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

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

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