#DDFABF

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

Shades of Tea Green #DDFABF

Tints of Tea Green #DDFABF

Color information

#DDFABF (or 0xDDFABF) is unknown color: approx Tea Green. HEX triplet: DD, FA and BF. RGB value is (221,250,191). Sum of RGB (Red+Green+Blue) = 221+250+191=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 191 (75% from 255 or 28.85% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFABF is #220540. Grayscale: #EAEAEA. Windows color (decimal): -2229569 or 12581597. OLE color: 12581597.

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

Color convert

RGB221250191-
CMYK0.1200.240.02
HSL89.49º85.51%86.47%-
HSV(B)89.49º23.6%98.04%-
XYZ73.4187.562.31-
YUV234.6103.39118.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.38%
GREEN value IS 250 (98.05% from 255) = 37.76%
BLUE value IS 191 (75% from 255) = 28.85%
R=33.38%
G=37.76%
B=28.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501910.1200.240.0289.4985.5186.47
HexDDFABFC0182595656
Octal335372277140302131126126
Binary110111011111101010111111110001100010101100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFABF; }

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

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

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

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

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

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

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

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