Html Css Color HEX #DDFABF Tea Green

📋 copy color: '#DDFABF'

red 221 ◦ green 250 ◦ blue 191

#DDFABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #DDFABF

Tints of Tea Green #DDFABF

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 value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#DDFABF (or 0xDDFABF) is known color: 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

RGB 221 250 191 -
CMYK 0.12 0 0.24 0.02
HSL 89.49º 0.86% 0.86% -
HSV(B) 89.49º 0.24% 0.98% -
XYZ 73.41 87.5 62.31 -
YUV 234.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 221 250 191 0.12 0 0.24 0.02 89.49 0.86 0.86
Hex DD FA BF C 0 18 2 59 56 56
Octal 335 372 277 14 0 30 2 131 126 126
Binary 11011101 11111010 10111111 1100 0 11000 10 1011001 1010110 1010110

Color Harmonies of #DDFABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFABF

Black with #DDFABF

Text Example


Text Example

White with #DDFABF

Text Example


Text Example

HTML Codes & Css Web 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>