#CDFDAD

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

Shades of Tea Green #CDFDAD

Tints of Tea Green #CDFDAD

Color information

#CDFDAD (or 0xCDFDAD) is unknown color: approx Tea Green. HEX triplet: CD, FD and AD. RGB value is (205,253,173). Sum of RGB (Red+Green+Blue) = 205+253+173=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFDAD is #320252. Grayscale: #E5E5E5. Windows color (decimal): -3277395 or 11402701. OLE color: 11402701.

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

Color convert

RGB205253173-
CMYK0.1900.320.01
HSL96º95.24%83.53%-
HSV(B)96º31.62%99.22%-
XYZ67.8486.2552.61-
YUV229.5396.1110.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.49%
GREEN value IS 253 (99.22% from 255) = 40.10%
BLUE value IS 173 (67.97% from 255) = 27.42%
R=32.49%
G=40.10%
B=27.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052531730.1900.320.019695.2483.53
HexCDFDAD130201605f54
Octal315375255230401140137124
Binary1100110111111101101011011001101000001110000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFDAD; }

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

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

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

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

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

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

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

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