#DAF2BF

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

Shades of Tea Green #DAF2BF

Tints of Tea Green #DAF2BF

Color information

#DAF2BF (or 0xDAF2BF) is unknown color: approx Tea Green. HEX triplet: DA, F2 and BF. RGB value is (218,242,191). Sum of RGB (Red+Green+Blue) = 218+242+191=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 191 (75% from 255 or 29.34% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2BF is #250D40. Grayscale: #E5E5E5. Windows color (decimal): -2428225 or 12579546. OLE color: 12579546.

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

Color convert

RGB218242191-
CMYK0.1000.210.05
HSL88.24º66.23%84.9%-
HSV(B)88.24º21.07%94.9%-
XYZ70.0782.1761.46-
YUV229.01106.55120.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 242 (94.92% from 255) = 37.17%
BLUE value IS 191 (75% from 255) = 29.34%
R=33.49%
G=37.17%
B=29.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182421910.1000.210.0588.2466.2384.9
HexDAF2BFA0155584255
Octal332362277120255130102125
Binary1101101011110010101111111010010101101101100010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2BF; }

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

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

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

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

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

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

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

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