#DAFBBA

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

Shades of Tea Green #DAFBBA

Tints of Tea Green #DAFBBA

Color information

#DAFBBA (or 0xDAFBBA) is unknown color: approx Tea Green. HEX triplet: DA, FB and BA. RGB value is (218,251,186). Sum of RGB (Red+Green+Blue) = 218+251+186=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBBA is #250445. Grayscale: #E9E9E9. Windows color (decimal): -2425926 or 12254170. OLE color: 12254170.

HSL color Cylindrical-coordinate representation of color #DAFBBA: hue angle of 90.46º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAFBBA is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB218251186-
CMYK0.1300.260.02
HSL90.46º89.04%85.69%-
HSV(B)90.46º25.9%98.43%-
XYZ72.2787.4459.52-
YUV233.72101.07116.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 186 (73.05% from 255) = 28.40%
R=33.28%
G=38.32%
B=28.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182511860.1300.260.0290.4689.0485.69
HexDAFBBAD01A25a5956
Octal332373272150322132131126
Binary110110101111101110111010110101101010101101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBBA; }

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

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

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

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

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

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

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

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