#DDFAC5

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

Shades of Tea Green #DDFAC5

Tints of Tea Green #DDFAC5

Color information

#DDFAC5 (or 0xDDFAC5) is unknown color: approx Tea Green. HEX triplet: DD, FA and C5. RGB value is (221,250,197). Sum of RGB (Red+Green+Blue) = 221+250+197=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 197 (77.34% from 255 or 29.49% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAC5 is #22053A. Grayscale: #EBEBEB. Windows color (decimal): -2229563 or 12974813. OLE color: 12974813.

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

Color convert

RGB221250197-
CMYK0.1200.210.02
HSL92.83º84.13%87.65%-
HSV(B)92.83º21.2%98.04%-
XYZ74.0887.7765.86-
YUV235.29106.39117.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 197 (77.34% from 255) = 29.49%
R=33.08%
G=37.43%
B=29.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501970.1200.210.0292.8384.1387.65
HexDDFAC5C01525d5458
Octal335372305140252135124130
Binary110111011111101011000101110001010110101110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAC5; }

 p { color: rgb(221,250,197); }

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

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

 a { background-color: rgb(221,250,197); }

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

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

 span { border-color: rgb(221,250,197); }

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