Html Css Color HEX #DAFDBF Tea Green

📋 copy color: '#DAFDBF'

red 218 ◦ green 253 ◦ blue 191

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

Shades of Tea Green #DAFDBF

Tints of Tea Green #DAFDBF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.22%

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

R = 32.93%
G = 38.22%
B = 28.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#DAFDBF (or 0xDAFDBF) is known color: Tea Green. HEX triplet: DA, FD and BF. RGB value is (218,253,191). Sum of RGB (Red+Green+Blue) = 218+253+191=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 191 (75% from 255 or 28.85% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDBF is #250240. Grayscale: #EBEBEB. Windows color (decimal): -2425409 or 12582362. OLE color: 12582362.

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

Color convert

RGB 218 253 191 -
CMYK 0.14 0 0.25 0.01
HSL 93.87º 0.94% 0.87% -
HSV(B) 93.87º 0.25% 0.99% -
XYZ 73.44 88.92 62.58 -
YUV 235.47 102.9 115.54 -
System Red Green Blue C M Y K H S L
Decimal 218 253 191 0.14 0 0.25 0.01 93.87 0.94 0.87
Hex DA FD BF E 0 19 1 5E 5E 57
Octal 332 375 277 16 0 31 1 136 136 127
Binary 11011010 11111101 10111111 1110 0 11001 1 1011110 1011110 1010111

Color Harmonies of #DAFDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFDBF

Black with #DAFDBF

Text Example


Text Example

White with #DAFDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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