Html Css Color HEX #DAFFC0 Tea Green

📋 copy color: '#DAFFC0'

red 218 ◦ green 255 ◦ blue 192

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

Shades of Tea Green #DAFFC0

Tints of Tea Green #DAFFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 28.87%

R = 32.78%
G = 38.35%
B = 28.87%

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

#DAFFC0 (or 0xDAFFC0) is known color: Tea Green. HEX triplet: DA, FF and C0. RGB value is (218,255,192). Sum of RGB (Red+Green+Blue) = 218+255+192=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 192 (75.39% from 255 or 28.87% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFC0 is #25003F. Grayscale: #ECECEC. Windows color (decimal): -2424896 or 12648410. OLE color: 12648410.

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

Color convert

RGB 218 255 192 -
CMYK 0.15 0 0.25 0
HSL 95.24º 1% 0.88% -
HSV(B) 95.24º 0.25% 1% -
XYZ 74.19 90.23 63.38 -
YUV 236.76 102.74 114.62 -
System Red Green Blue C M Y K H S L
Decimal 218 255 192 0.15 0 0.25 0 95.24 1 0.88
Hex DA FF C0 F 0 19 0 5F 64 58
Octal 332 377 300 17 0 31 0 137 144 130
Binary 11011010 11111111 11000000 1111 0 11001 0 1011111 1100100 1011000

Color Harmonies of #DAFFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFC0

Black with #DAFFC0

Text Example


Text Example

White with #DAFFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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