Html Css Color HEX #DAFEB9 Tea Green

📋 copy color: '#DAFEB9'

red 218 ◦ green 254 ◦ blue 185

#DAFEB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #DAFEB9

Tints of Tea Green #DAFEB9

RGB

 RED value IS 218 (85.55% from 255) = 33.18%

 GREEN value IS 254 (99.61% from 255) = 38.66%

 BLUE value IS 185 (72.66% from 255) = 28.16%

R = 33.18%
G = 38.66%
B = 28.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#DAFEB9 (or 0xDAFEB9) is known color: Tea Green. HEX triplet: DA, FE and B9. RGB value is (218,254,185). Sum of RGB (Red+Green+Blue) = 218+254+185=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 185 (72.66% from 255 or 28.16% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEB9 is #250146. Grayscale: #EBEBEB. Windows color (decimal): -2425159 or 12189402. OLE color: 12189402.

HSL color Cylindrical-coordinate representation of color #DAFEB9: hue angle of 91.3º 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 #DAFEB9 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 185 -
CMYK 0.14 0 0.27 0.00
HSL 91.3º 0.97% 0.86% -
HSV(B) 91.3º 0.27% 1% -
XYZ 73.11 89.29 59.28 -
YUV 235.37 99.57 115.61 -
System Red Green Blue C M Y K H S L
Decimal 218 254 185 0.14 0 0.27 0.00 91.3 0.97 0.86
Hex DA FE B9 E 0 1B 0 5B 61 56
Octal 332 376 271 16 0 33 0 133 141 126
Binary 11011010 11111110 10111001 1110 0 11011 0 1011011 1100001 1010110

Color Harmonies of #DAFEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFEB9

Black with #DAFEB9

Text Example


Text Example

White with #DAFEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFEB9; }

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

 H1.HeaderClassName
 {
   color: #DAFEB9;
 }
 .AnyTagClassName
 {
   color: #DAFEB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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