Html Css Color HEX #DAFDC4 Tea Green

📋 copy color: '#DAFDC4'

red 218 ◦ green 253 ◦ blue 196

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

Shades of Tea Green #DAFDC4

Tints of Tea Green #DAFDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 29.39%

R = 32.68%
G = 37.93%
B = 29.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#DAFDC4 (or 0xDAFDC4) is known color: Tea Green. HEX triplet: DA, FD and C4. RGB value is (218,253,196). Sum of RGB (Red+Green+Blue) = 218+253+196=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 196 (76.95% from 255 or 29.39% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDC4 is #25023B. Grayscale: #ECECEC. Windows color (decimal): -2425404 or 12910042. OLE color: 12910042.

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

Color convert

RGB 218 253 196 -
CMYK 0.14 0 0.23 0.01
HSL 96.84º 0.93% 0.88% -
HSV(B) 96.84º 0.23% 0.99% -
XYZ 74 89.14 65.53 -
YUV 236.04 105.4 115.13 -
System Red Green Blue C M Y K H S L
Decimal 218 253 196 0.14 0 0.23 0.01 96.84 0.93 0.88
Hex DA FD C4 E 0 17 1 61 5D 58
Octal 332 375 304 16 0 27 1 141 135 130
Binary 11011010 11111101 11000100 1110 0 10111 1 1100001 1011101 1011000

Color Harmonies of #DAFDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFDC4

Black with #DAFDC4

Text Example


Text Example

White with #DAFDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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