Html Css Color HEX #DAFCC1 Tea Green

📋 copy color: '#DAFCC1'

red 218 ◦ green 252 ◦ blue 193

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

Shades of Tea Green #DAFCC1

Tints of Tea Green #DAFCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.11%

R = 32.88%
G = 38.01%
B = 29.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#DAFCC1 (or 0xDAFCC1) is known color: Tea Green. HEX triplet: DA, FC and C1. RGB value is (218,252,193). Sum of RGB (Red+Green+Blue) = 218+252+193=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 193 (75.78% from 255 or 29.11% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCC1 is #25033E. Grayscale: #EBEBEB. Windows color (decimal): -2425663 or 12713178. OLE color: 12713178.

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

Color convert

RGB 218 252 193 -
CMYK 0.13 0 0.23 0.01
HSL 94.58º 0.91% 0.87% -
HSV(B) 94.58º 0.23% 0.99% -
XYZ 73.35 88.38 63.64 -
YUV 235.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 218 252 193 0.13 0 0.23 0.01 94.58 0.91 0.87
Hex DA FC C1 D 0 17 1 5F 5B 57
Octal 332 374 301 15 0 27 1 137 133 127
Binary 11011010 11111100 11000001 1101 0 10111 1 1011111 1011011 1010111

Color Harmonies of #DAFCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFCC1

Black with #DAFCC1

Text Example


Text Example

White with #DAFCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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