#DAF1BD

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

Shades of Tea Green #DAF1BD

Tints of Tea Green #DAF1BD

Color information

#DAF1BD (or 0xDAF1BD) is unknown color: approx Tea Green. HEX triplet: DA, F1 and BD. RGB value is (218,241,189). Sum of RGB (Red+Green+Blue) = 218+241+189=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1BD is #250E42. Grayscale: #E4E4E4. Windows color (decimal): -2428483 or 12448218. OLE color: 12448218.

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

Color convert

RGB218241189-
CMYK0.1000.220.05
HSL86.54º65%84.31%-
HSV(B)86.54º21.58%94.51%-
XYZ69.5581.4960.21-
YUV228.2105.88120.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.64%
GREEN value IS 241 (94.53% from 255) = 37.19%
BLUE value IS 189 (74.22% from 255) = 29.17%
R=33.64%
G=37.19%
B=29.17%

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
Decimal2182411890.1000.220.0586.546584.31
HexDAF1BDA0165574154
Octal332361275120265127101124
Binary1101101011110001101111011010010110101101011110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1BD; }

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

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

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

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

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

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

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

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