#DAFCBB

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

Shades of Tea Green #DAFCBB

Tints of Tea Green #DAFCBB

Color information

#DAFCBB (or 0xDAFCBB) is unknown color: approx Tea Green. HEX triplet: DA, FC and BB. RGB value is (218,252,187). Sum of RGB (Red+Green+Blue) = 218+252+187=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 187 (73.44% from 255 or 28.46% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCBB is #250344. Grayscale: #EAEAEA. Windows color (decimal): -2425669 or 12319962. OLE color: 12319962.

HSL color Cylindrical-coordinate representation of color #DAFCBB: hue angle of 91.38º degrees, saturation: 0.92, 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 #DAFCBB is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB218252187-
CMYK0.1300.260.01
HSL91.38º91.55%86.08%-
HSV(B)91.38º25.79%98.82%-
XYZ72.6988.1160.19-
YUV234.42101.24116.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.18%
GREEN value IS 252 (98.83% from 255) = 38.36%
BLUE value IS 187 (73.44% from 255) = 28.46%
R=33.18%
G=38.36%
B=28.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521870.1300.260.0191.3891.5586.08
HexDAFCBBD01A15b5c56
Octal332374273150321133134126
Binary11011010111111001011101111010110101101101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCBB; }

 p { color: rgb(218,252,187); }

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

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

 a { background-color: rgb(218,252,187); }

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

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

 span { border-color: rgb(218,252,187); }

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