#DAF9BA

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

Shades of Tea Green #DAF9BA

Tints of Tea Green #DAF9BA

Color information

#DAF9BA (or 0xDAF9BA) is unknown color: approx Tea Green. HEX triplet: DA, F9 and BA. RGB value is (218,249,186). Sum of RGB (Red+Green+Blue) = 218+249+186=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9BA is #250645. Grayscale: #E8E8E8. Windows color (decimal): -2426438 or 12253658. OLE color: 12253658.

HSL color Cylindrical-coordinate representation of color #DAF9BA: hue angle of 89.52º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAF9BA is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB218249186-
CMYK0.1200.250.02
HSL89.52º84%85.29%-
HSV(B)89.52º25.3%97.65%-
XYZ71.6586.259.32-
YUV232.55101.73117.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 249 (97.66% from 255) = 38.13%
BLUE value IS 186 (73.05% from 255) = 28.48%
R=33.38%
G=38.13%
B=28.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182491860.1200.250.0289.528485.29
HexDAF9BAC01925a5455
Octal332371272140312132124125
Binary110110101111100110111010110001100110101101010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9BA; }

 p { color: rgb(218,249,186); }

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

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

 a { background-color: rgb(218,249,186); }

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

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

 span { border-color: rgb(218,249,186); }

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