#DAF6BF

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

Shades of Tea Green #DAF6BF

Tints of Tea Green #DAF6BF

Color information

#DAF6BF (or 0xDAF6BF) is unknown color: approx Tea Green. HEX triplet: DA, F6 and BF. RGB value is (218,246,191). Sum of RGB (Red+Green+Blue) = 218+246+191=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 191 (75% from 255 or 29.16% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6BF is #250940. Grayscale: #E7E7E7. Windows color (decimal): -2427201 or 12580570. OLE color: 12580570.

HSL color Cylindrical-coordinate representation of color #DAF6BF: hue angle of 90.55º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAF6BF is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB218246191-
CMYK0.1100.220.04
HSL90.55º75.34%85.69%-
HSV(B)90.55º22.36%96.47%-
XYZ71.2784.5861.86-
YUV231.36105.22118.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 246 (96.48% from 255) = 37.56%
BLUE value IS 191 (75% from 255) = 29.16%
R=33.28%
G=37.56%
B=29.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182461910.1100.220.0490.5575.3485.69
HexDAF6BFB01645b4b56
Octal332366277130264133113126
Binary1101101011110110101111111011010110100101101110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6BF; }

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

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

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

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

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

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

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

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