Html Css Color HEX #DAFFBF Tea Green

📋 copy color: '#DAFFBF'

red 218 ◦ green 255 ◦ blue 191

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

Shades of Tea Green #DAFFBF

Tints of Tea Green #DAFFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 28.77%

R = 32.83%
G = 38.4%
B = 28.77%

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

#DAFFBF (or 0xDAFFBF) is known color: Tea Green. HEX triplet: DA, FF and BF. RGB value is (218,255,191). Sum of RGB (Red+Green+Blue) = 218+255+191=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 191 (75% from 255 or 28.77% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFBF is #250040. Grayscale: #ECECEC. Windows color (decimal): -2424897 or 12582874. OLE color: 12582874.

HSL color Cylindrical-coordinate representation of color #DAFFBF: hue angle of 94.69º 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 #DAFFBF is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 191 -
CMYK 0.15 0 0.25 0
HSL 94.69º 1% 0.87% -
HSV(B) 94.69º 0.25% 1% -
XYZ 74.08 90.19 62.79 -
YUV 236.64 102.24 114.7 -
System Red Green Blue C M Y K H S L
Decimal 218 255 191 0.15 0 0.25 0 94.69 1 0.87
Hex DA FF BF F 0 19 0 5F 64 57
Octal 332 377 277 17 0 31 0 137 144 127
Binary 11011010 11111111 10111111 1111 0 11001 0 1011111 1100100 1010111

Color Harmonies of #DAFFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFBF

Black with #DAFFBF

Text Example


Text Example

White with #DAFFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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