Html Css Color HEX #DAFCC5 Tea Green

📋 copy color: '#DAFCC5'

red 218 ◦ green 252 ◦ blue 197

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

Shades of Tea Green #DAFCC5

Tints of Tea Green #DAFCC5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.78%

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

R = 32.68%
G = 37.78%
B = 29.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#DAFCC5 (or 0xDAFCC5) is known color: Tea Green. HEX triplet: DA, FC and C5. RGB value is (218,252,197). Sum of RGB (Red+Green+Blue) = 218+252+197=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 197 (77.34% from 255 or 29.54% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCC5 is #25033A. Grayscale: #EBEBEB. Windows color (decimal): -2425659 or 12975322. OLE color: 12975322.

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

Color convert

RGB 218 252 197 -
CMYK 0.13 0 0.22 0.01
HSL 97.09º 0.9% 0.88% -
HSV(B) 97.09º 0.22% 0.99% -
XYZ 73.8 88.56 66.03 -
YUV 235.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 218 252 197 0.13 0 0.22 0.01 97.09 0.9 0.88
Hex DA FC C5 D 0 16 1 61 5A 58
Octal 332 374 305 15 0 26 1 141 132 130
Binary 11011010 11111100 11000101 1101 0 10110 1 1100001 1011010 1011000

Color Harmonies of #DAFCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFCC5

Black with #DAFCC5

Text Example


Text Example

White with #DAFCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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