Html Css Color HEX #DAFDBA Tea Green

📋 copy color: '#DAFDBA'

red 218 ◦ green 253 ◦ blue 186

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

Shades of Tea Green #DAFDBA

Tints of Tea Green #DAFDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.31%

R = 33.18%
G = 38.51%
B = 28.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#DAFDBA (or 0xDAFDBA) is known color: Tea Green. HEX triplet: DA, FD and BA. RGB value is (218,253,186). Sum of RGB (Red+Green+Blue) = 218+253+186=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 186 (73.05% from 255 or 28.31% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDBA is #250245. Grayscale: #EBEBEB. Windows color (decimal): -2425414 or 12254682. OLE color: 12254682.

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

Color convert

RGB 218 253 186 -
CMYK 0.14 0 0.26 0.01
HSL 91.34º 0.94% 0.86% -
HSV(B) 91.34º 0.26% 0.99% -
XYZ 72.9 88.7 59.73 -
YUV 234.9 100.4 115.95 -
System Red Green Blue C M Y K H S L
Decimal 218 253 186 0.14 0 0.26 0.01 91.34 0.94 0.86
Hex DA FD BA E 0 1A 1 5B 5E 56
Octal 332 375 272 16 0 32 1 133 136 126
Binary 11011010 11111101 10111010 1110 0 11010 1 1011011 1011110 1010110

Color Harmonies of #DAFDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFDBA

Black with #DAFDBA

Text Example


Text Example

White with #DAFDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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