#DDFABC

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

Shades of Tea Green #DDFABC

Tints of Tea Green #DDFABC

Color information

#DDFABC (or 0xDDFABC) is unknown color: approx Tea Green. HEX triplet: DD, FA and BC. RGB value is (221,250,188). Sum of RGB (Red+Green+Blue) = 221+250+188=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 188 (73.83% from 255 or 28.53% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFABC is #220543. Grayscale: #EAEAEA. Windows color (decimal): -2229572 or 12384989. OLE color: 12384989.

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

Color convert

RGB221250188-
CMYK0.1200.250.02
HSL88.06º86.11%85.88%-
HSV(B)88.06º24.8%98.04%-
XYZ73.0887.3760.59-
YUV234.26101.89118.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 250 (98.05% from 255) = 37.94%
BLUE value IS 188 (73.83% from 255) = 28.53%
R=33.54%
G=37.94%
B=28.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501880.1200.250.0288.0686.1185.88
HexDDFABCC0192585656
Octal335372274140312130126126
Binary110111011111101010111100110001100110101100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFABC; }

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

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

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

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

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

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

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

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