Html Css Color HEX #DAFBBA Tea Green

📋 copy color: '#DAFBBA'

red 218 ◦ green 251 ◦ blue 186

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

Shades of Tea Green #DAFBBA

Tints of Tea Green #DAFBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.32%

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

R = 33.28%
G = 38.32%
B = 28.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#DAFBBA (or 0xDAFBBA) is known color: Tea Green. HEX triplet: DA, FB and BA. RGB value is (218,251,186). Sum of RGB (Red+Green+Blue) = 218+251+186=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBBA is #250445. Grayscale: #E9E9E9. Windows color (decimal): -2425926 or 12254170. OLE color: 12254170.

HSL color Cylindrical-coordinate representation of color #DAFBBA: hue angle of 90.46º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAFBBA is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 251 186 -
CMYK 0.13 0 0.26 0.02
HSL 90.46º 0.89% 0.86% -
HSV(B) 90.46º 0.26% 0.98% -
XYZ 72.27 87.44 59.52 -
YUV 233.72 101.07 116.79 -
System Red Green Blue C M Y K H S L
Decimal 218 251 186 0.13 0 0.26 0.02 90.46 0.89 0.86
Hex DA FB BA D 0 1A 2 5A 59 56
Octal 332 373 272 15 0 32 2 132 131 126
Binary 11011010 11111011 10111010 1101 0 11010 10 1011010 1011001 1010110

Color Harmonies of #DAFBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBBA

Black with #DAFBBA

Text Example


Text Example

White with #DAFBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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