#DAFDBA

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

Shades of Tea Green #DAFDBA

Tints of Tea Green #DAFDBA

Color information

#DAFDBA (or 0xDAFDBA) is unknown color: approx Tea Green. HEX triplet: DA, FD and BA. RGB value is (218,253,186). Sum of RGB (Red+Green+Blue) = 218+253+186=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 186 (73.05% from 255 or 28.31% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDBA is #250245. Grayscale: #EBEBEB. Windows color (decimal): -2425414 or 12254682. OLE color: 12254682.

HSL color Cylindrical-coordinate representation of color #DAFDBA: hue angle of 91.34º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAFDBA is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB218253186-
CMYK0.1400.260.01
HSL91.34º94.37%86.08%-
HSV(B)91.34º26.48%99.22%-
XYZ72.988.759.73-
YUV234.9100.4115.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.18%
GREEN value IS 253 (99.22% from 255) = 38.51%
BLUE value IS 186 (73.05% from 255) = 28.31%
R=33.18%
G=38.51%
B=28.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531860.1400.260.0191.3494.3786.08
HexDAFDBAE01A15b5e56
Octal332375272160321133136126
Binary11011010111111011011101011100110101101101110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDBA; }

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

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

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

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

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

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

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

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