#CDFAAF

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

Shades of Tea Green #CDFAAF

Tints of Tea Green #CDFAAF

Color information

#CDFAAF (or 0xCDFAAF) is unknown color: approx Tea Green. HEX triplet: CD, FA and AF. RGB value is (205,250,175). Sum of RGB (Red+Green+Blue) = 205+250+175=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFAAF is #320550. Grayscale: #E4E4E4. Windows color (decimal): -3278161 or 11533005. OLE color: 11533005.

HSL color Cylindrical-coordinate representation of color #CDFAAF: hue angle of 96º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDFAAF is Cyan = 0.18, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB205250175-
CMYK0.1800.30.02
HSL96º88.24%83.33%-
HSV(B)96º30%98.04%-
XYZ67.184.4553.32-
YUV227.9998.09111.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.54%
GREEN value IS 250 (98.05% from 255) = 39.68%
BLUE value IS 175 (68.75% from 255) = 27.78%
R=32.54%
G=39.68%
B=27.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052501750.1800.30.029688.2483.33
HexCDFAAF1201E2605853
Octal315372257220362140130123
Binary1100110111111010101011111001001111010110000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAAF; }

 p { color: rgb(205,250,175); }

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

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

 a { background-color: rgb(205,250,175); }

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

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

 span { border-color: rgb(205,250,175); }

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