#DAFFB9

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

Shades of Tea Green #DAFFB9

Tints of Tea Green #DAFFB9

Color information

#DAFFB9 (or 0xDAFFB9) is unknown color: approx Tea Green. HEX triplet: DA, FF and B9. RGB value is (218,255,185). Sum of RGB (Red+Green+Blue) = 218+255+185=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 185 (72.66% from 255 or 28.12% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFB9 is #250046. Grayscale: #ECECEC. Windows color (decimal): -2424903 or 12189658. OLE color: 12189658.

HSL color Cylindrical-coordinate representation of color #DAFFB9: hue angle of 91.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAFFB9 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB218255185-
CMYK0.1500.270
HSL91.71º100%86.27%-
HSV(B)91.71º27.45%100%-
XYZ73.4389.9359.39-
YUV235.9699.24115.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.13%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 185 (72.66% from 255) = 28.12%
R=33.13%
G=38.75%
B=28.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551850.1500.27091.7110086.27
HexDAFFB9F01B05c6456
Octal332377271170330134144126
Binary11011010111111111011100111110110110101110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFB9; }

 p { color: rgb(218,255,185); }

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

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

 a { background-color: rgb(218,255,185); }

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

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

 span { border-color: rgb(218,255,185); }

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