#CDFDAE

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

Shades of Tea Green #CDFDAE

Tints of Tea Green #CDFDAE

Color information

#CDFDAE (or 0xCDFDAE) is unknown color: approx Tea Green. HEX triplet: CD, FD and AE. RGB value is (205,253,174). Sum of RGB (Red+Green+Blue) = 205+253+174=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFDAE is #320251. Grayscale: #E5E5E5. Windows color (decimal): -3277394 or 11468237. OLE color: 11468237.

HSL color Cylindrical-coordinate representation of color #CDFDAE: hue angle of 96.46º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDFDAE is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB205253174-
CMYK0.1900.310.01
HSL96.46º95.18%83.73%-
HSV(B)96.46º31.23%99.22%-
XYZ67.9486.2953.12-
YUV229.6496.6110.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.44%
GREEN value IS 253 (99.22% from 255) = 40.03%
BLUE value IS 174 (68.36% from 255) = 27.53%
R=32.44%
G=40.03%
B=27.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052531740.1900.310.0196.4695.1883.73
HexCDFDAE1301F1605f54
Octal315375256230371140137124
Binary110011011111110110101110100110111111110000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFDAE; }

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

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

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

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

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

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

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

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