#DAFAB4

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

Shades of Tea Green #DAFAB4

Tints of Tea Green #DAFAB4

Color information

#DAFAB4 (or 0xDAFAB4) is unknown color: approx Tea Green. HEX triplet: DA, FA and B4. RGB value is (218,250,180). Sum of RGB (Red+Green+Blue) = 218+250+180=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 180 (70.70% from 255 or 27.78% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFAB4 is #25054B. Grayscale: #E8E8E8. Windows color (decimal): -2426188 or 11860698. OLE color: 11860698.

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

Color convert

RGB218250180-
CMYK0.1300.280.02
HSL87.43º87.5%84.31%-
HSV(B)87.43º28%98.04%-
XYZ71.3486.5756.13-
YUV232.4598.4117.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.64%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 180 (70.70% from 255) = 27.78%
R=33.64%
G=38.58%
B=27.78%

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
Decimal2182501800.1300.280.0287.4387.584.31
HexDAFAB4D01C2575854
Octal332372264150342127130124
Binary110110101111101010110100110101110010101011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAB4; }

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

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

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

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

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

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

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

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