#DAFEBF

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

Shades of Tea Green #DAFEBF

Tints of Tea Green #DAFEBF

Color information

#DAFEBF (or 0xDAFEBF) is unknown color: approx Tea Green. HEX triplet: DA, FE and BF. RGB value is (218,254,191). Sum of RGB (Red+Green+Blue) = 218+254+191=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEBF is #250140. Grayscale: #ECECEC. Windows color (decimal): -2425153 or 12582618. OLE color: 12582618.

HSL color Cylindrical-coordinate representation of color #DAFEBF: hue angle of 94.29º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAFEBF is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB218254191-
CMYK0.1400.250.00
HSL94.29º96.92%87.25%-
HSV(B)94.29º24.8%99.61%-
XYZ73.7689.5562.69-
YUV236.05102.57115.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.88%
GREEN value IS 254 (99.61% from 255) = 38.31%
BLUE value IS 191 (75% from 255) = 28.81%
R=32.88%
G=38.31%
B=28.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541910.1400.250.0094.2996.9287.25
HexDAFEBFE01905e6157
Octal332376277160310136141127
Binary11011010111111101011111111100110010101111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEBF; }

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

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

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

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

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

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

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

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