#DAFFB5

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

Shades of Tea Green #DAFFB5

Tints of Tea Green #DAFFB5

Color information

#DAFFB5 (or 0xDAFFB5) is unknown color: approx Tea Green. HEX triplet: DA, FF and B5. RGB value is (218,255,181). Sum of RGB (Red+Green+Blue) = 218+255+181=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 181 (71.09% from 255 or 27.68% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFB5 is #25004A. Grayscale: #EBEBEB. Windows color (decimal): -2424907 or 11927514. OLE color: 11927514.

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

Color convert

RGB218255181-
CMYK0.1500.290
HSL90º100%85.49%-
HSV(B)90º29.02%100%-
XYZ73.0189.7657.19-
YUV235.597.24115.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.33%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 181 (71.09% from 255) = 27.68%
R=33.33%
G=38.99%
B=27.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551810.1500.2909010085.49
HexDAFFB5F01D05a6455
Octal332377265170350132144125
Binary11011010111111111011010111110111010101101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFB5; }

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

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

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

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

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

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

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

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