#CDF8AE

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

Shades of Tea Green #CDF8AE

Tints of Tea Green #CDF8AE

Color information

#CDF8AE (or 0xCDF8AE) is unknown color: approx Tea Green. HEX triplet: CD, F8 and AE. RGB value is (205,248,174). Sum of RGB (Red+Green+Blue) = 205+248+174=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF8AE is #320751. Grayscale: #E2E2E2. Windows color (decimal): -3278674 or 11466957. OLE color: 11466957.

HSL color Cylindrical-coordinate representation of color #CDF8AE: hue angle of 94.86º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDF8AE is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB205248174-
CMYK0.1700.300.03
HSL94.86º84.09%82.75%-
HSV(B)94.86º29.84%97.25%-
XYZ66.3883.1752.6-
YUV226.7198.25112.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.70%
GREEN value IS 248 (97.27% from 255) = 39.55%
BLUE value IS 174 (68.36% from 255) = 27.75%
R=32.70%
G=39.55%
B=27.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052481740.1700.300.0394.8684.0982.75
HexCDF8AE1101E35f5453
Octal315370256210363137124123
Binary1100110111111000101011101000101111011101111110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF8AE; }

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

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

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

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

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

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

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

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