Html Css Color HEX #DAFFBE Tea Green

📋 copy color: '#DAFFBE'

red 218 ◦ green 255 ◦ blue 190

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

Shades of Tea Green #DAFFBE

Tints of Tea Green #DAFFBE

RGB

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

 GREEN value IS 255 (100% from 255) = 38.46%

 BLUE value IS 190 (74.61% from 255) = 28.66%

R = 32.88%
G = 38.46%
B = 28.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#DAFFBE (or 0xDAFFBE) is known color: Tea Green. HEX triplet: DA, FF and BE. RGB value is (218,255,190). Sum of RGB (Red+Green+Blue) = 218+255+190=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 190 (74.61% from 255 or 28.66% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFBE is #250041. Grayscale: #ECECEC. Windows color (decimal): -2424898 or 12517338. OLE color: 12517338.

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

Color convert

RGB 218 255 190 -
CMYK 0.15 0 0.25 0
HSL 94.15º 1% 0.87% -
HSV(B) 94.15º 0.25% 1% -
XYZ 73.97 90.14 62.22 -
YUV 236.53 101.74 114.79 -
System Red Green Blue C M Y K H S L
Decimal 218 255 190 0.15 0 0.25 0 94.15 1 0.87
Hex DA FF BE F 0 19 0 5E 64 57
Octal 332 377 276 17 0 31 0 136 144 127
Binary 11011010 11111111 10111110 1111 0 11001 0 1011110 1100100 1010111

Color Harmonies of #DAFFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFBE

Black with #DAFFBE

Text Example


Text Example

White with #DAFFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFBE; }

 p { color: rgb(218,255,190); }

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

background-color css

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

 a { background-color: rgb(218,255,190); }

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

border-color css

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

 span { border-color: rgb(218,255,190); }

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