#DAF2BD

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

Shades of Tea Green #DAF2BD

Tints of Tea Green #DAF2BD

Color information

#DAF2BD (or 0xDAF2BD) is unknown color: approx Tea Green. HEX triplet: DA, F2 and BD. RGB value is (218,242,189). Sum of RGB (Red+Green+Blue) = 218+242+189=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2BD is #250D42. Grayscale: #E4E4E4. Windows color (decimal): -2428227 or 12448474. OLE color: 12448474.

HSL color Cylindrical-coordinate representation of color #DAF2BD: hue angle of 87.17º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAF2BD is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB218242189-
CMYK0.1000.220.05
HSL87.17º67.09%84.51%-
HSV(B)87.17º21.9%94.9%-
XYZ69.8582.0860.31-
YUV228.78105.55120.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 242 (94.92% from 255) = 37.29%
BLUE value IS 189 (74.22% from 255) = 29.12%
R=33.59%
G=37.29%
B=29.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182421890.1000.220.0587.1767.0984.51
HexDAF2BDA0165574355
Octal332362275120265127103125
Binary1101101011110010101111011010010110101101011110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2BD; }

 p { color: rgb(218,242,189); }

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

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

 a { background-color: rgb(218,242,189); }

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

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

 span { border-color: rgb(218,242,189); }

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