#DDFAC0

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

Shades of Tea Green #DDFAC0

Tints of Tea Green #DDFAC0

Color information

#DDFAC0 (or 0xDDFAC0) is unknown color: approx Tea Green. HEX triplet: DD, FA and C0. RGB value is (221,250,192). Sum of RGB (Red+Green+Blue) = 221+250+192=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 192 (75.39% from 255 or 28.96% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAC0 is #22053F. Grayscale: #EAEAEA. Windows color (decimal): -2229568 or 12647133. OLE color: 12647133.

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

Color convert

RGB221250192-
CMYK0.1200.230.02
HSL90º85.29%86.67%-
HSV(B)90º23.2%98.04%-
XYZ73.5287.5562.89-
YUV234.72103.89118.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.33%
GREEN value IS 250 (98.05% from 255) = 37.71%
BLUE value IS 192 (75.39% from 255) = 28.96%
R=33.33%
G=37.71%
B=28.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501920.1200.230.029085.2986.67
HexDDFAC0C01725a5557
Octal335372300140272132125127
Binary110111011111101011000000110001011110101101010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAC0; }

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

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

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

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

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

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

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

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