#DAFEBA

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

Shades of Tea Green #DAFEBA

Tints of Tea Green #DAFEBA

Color information

#DAFEBA (or 0xDAFEBA) is unknown color: approx Tea Green. HEX triplet: DA, FE and BA. RGB value is (218,254,186). Sum of RGB (Red+Green+Blue) = 218+254+186=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEBA is #250145. Grayscale: #EBEBEB. Windows color (decimal): -2425158 or 12254938. OLE color: 12254938.

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

Color convert

RGB218254186-
CMYK0.1400.270.00
HSL91.76º97.14%86.27%-
HSV(B)91.76º26.77%99.61%-
XYZ73.2289.3359.84-
YUV235.48100.07115.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.13%
GREEN value IS 254 (99.61% from 255) = 38.60%
BLUE value IS 186 (73.05% from 255) = 28.27%
R=33.13%
G=38.60%
B=28.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541860.1400.270.0091.7697.1486.27
HexDAFEBAE01B05c6156
Octal332376272160330134141126
Binary11011010111111101011101011100110110101110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEBA; }

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

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

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

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

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

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

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

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