Html Css Color HEX #DAFFB5 Tea Green

📋 copy color: '#DAFFB5'

red 218 ◦ green 255 ◦ blue 181

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

Shades of Tea Green #DAFFB5

Tints of Tea Green #DAFFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 27.68%

R = 33.33%
G = 38.99%
B = 27.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#DAFFB5 (or 0xDAFFB5) is known color: Tea Green. HEX triplet: DA, FF and B5. RGB value is (218,255,181). Sum of RGB (Red+Green+Blue) = 218+255+181=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 181 (71.09% from 255 or 27.68% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFB5 is #25004A. Grayscale: #EBEBEB. Windows color (decimal): -2424907 or 11927514. OLE color: 11927514.

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

Color convert

RGB 218 255 181 -
CMYK 0.15 0 0.29 0
HSL 90º 1% 0.85% -
HSV(B) 90º 0.29% 1% -
XYZ 73.01 89.76 57.19 -
YUV 235.5 97.24 115.52 -
System Red Green Blue C M Y K H S L
Decimal 218 255 181 0.15 0 0.29 0 90 1 0.85
Hex DA FF B5 F 0 1D 0 5A 64 55
Octal 332 377 265 17 0 35 0 132 144 125
Binary 11011010 11111111 10110101 1111 0 11101 0 1011010 1100100 1010101

Color Harmonies of #DAFFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFB5

Black with #DAFFB5

Text Example


Text Example

White with #DAFFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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