#DAFFB2

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

Shades of Tea Green #DAFFB2

Tints of Tea Green #DAFFB2

Color information

#DAFFB2 (or 0xDAFFB2) is unknown color: approx Tea Green. HEX triplet: DA, FF and B2. RGB value is (218,255,178). Sum of RGB (Red+Green+Blue) = 218+255+178=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 178 (69.92% from 255 or 27.34% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFFB2 is #25004D. Grayscale: #EBEBEB. Windows color (decimal): -2424910 or 11730906. OLE color: 11730906.

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

Color convert

RGB218255178-
CMYK0.1500.300
HSL88.83º100%84.9%-
HSV(B)88.83º30.2%100%-
XYZ72.7189.6455.59-
YUV235.1695.74115.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 255 (100% from 255) = 39.17%
BLUE value IS 178 (69.92% from 255) = 27.34%
R=33.49%
G=39.17%
B=27.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551780.1500.30088.8310084.9
HexDAFFB2F01E0596455
Octal332377262170360131144125
Binary11011010111111111011001011110111100101100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFB2; }

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

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

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

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

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

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

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

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