#DAFAB5

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

Shades of Tea Green #DAFAB5

Tints of Tea Green #DAFAB5

Color information

#DAFAB5 (or 0xDAFAB5) is unknown color: approx Tea Green. HEX triplet: DA, FA and B5. RGB value is (218,250,181). Sum of RGB (Red+Green+Blue) = 218+250+181=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 181 (71.09% from 255 or 27.89% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFAB5 is #25054A. Grayscale: #E8E8E8. Windows color (decimal): -2426187 or 11926234. OLE color: 11926234.

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

Color convert

RGB218250181-
CMYK0.1300.280.02
HSL87.83º87.34%84.51%-
HSV(B)87.83º27.6%98.04%-
XYZ71.4486.6156.67-
YUV232.5798.9117.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 181 (71.09% from 255) = 27.89%
R=33.59%
G=38.52%
B=27.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182501810.1300.280.0287.8387.3484.51
HexDAFAB5D01C2585755
Octal332372265150342130127125
Binary110110101111101010110101110101110010101100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAB5; }

 p { color: rgb(218,250,181); }

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

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

 a { background-color: rgb(218,250,181); }

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

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

 span { border-color: rgb(218,250,181); }

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