Html Css Color HEX #DAFBC5 Tea Green

📋 copy color: '#DAFBC5'

red 218 ◦ green 251 ◦ blue 197

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

Shades of Tea Green #DAFBC5

Tints of Tea Green #DAFBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 29.58%

R = 32.73%
G = 37.69%
B = 29.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#DAFBC5 (or 0xDAFBC5) is known color: Tea Green. HEX triplet: DA, FB and C5. RGB value is (218,251,197). Sum of RGB (Red+Green+Blue) = 218+251+197=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 197 (77.34% from 255 or 29.58% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBC5 is #25043A. Grayscale: #EBEBEB. Windows color (decimal): -2425915 or 12975066. OLE color: 12975066.

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

Color convert

RGB 218 251 197 -
CMYK 0.13 0 0.22 0.02
HSL 96.67º 0.87% 0.88% -
HSV(B) 96.67º 0.22% 0.98% -
XYZ 73.49 87.93 65.92 -
YUV 234.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 218 251 197 0.13 0 0.22 0.02 96.67 0.87 0.88
Hex DA FB C5 D 0 16 2 61 57 58
Octal 332 373 305 15 0 26 2 141 127 130
Binary 11011010 11111011 11000101 1101 0 10110 10 1100001 1010111 1011000

Color Harmonies of #DAFBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBC5

Black with #DAFBC5

Text Example


Text Example

White with #DAFBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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