#DAFFB6

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

Shades of Tea Green #DAFFB6

Tints of Tea Green #DAFFB6

Color information

#DAFFB6 (or 0xDAFFB6) is unknown color: approx Tea Green. HEX triplet: DA, FF and B6. RGB value is (218,255,182). Sum of RGB (Red+Green+Blue) = 218+255+182=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 182 (71.48% from 255 or 27.79% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFB6 is #250049. Grayscale: #EBEBEB. Windows color (decimal): -2424906 or 11993050. OLE color: 11993050.

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

Color convert

RGB218255182-
CMYK0.1500.290
HSL90.41º100%85.69%-
HSV(B)90.41º28.63%100%-
XYZ73.1289.857.74-
YUV235.6297.74115.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 182 (71.48% from 255) = 27.79%
R=33.28%
G=38.93%
B=27.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551820.1500.29090.4110085.69
HexDAFFB6F01D05a6456
Octal332377266170350132144126
Binary11011010111111111011011011110111010101101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFB6; }

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

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

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

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

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

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

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

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