Html Css Color HEX #DAFEC1 Tea Green

📋 copy color: '#DAFEC1'

red 218 ◦ green 254 ◦ blue 193

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

Shades of Tea Green #DAFEC1

Tints of Tea Green #DAFEC1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.2%

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

R = 32.78%
G = 38.2%
B = 29.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#DAFEC1 (or 0xDAFEC1) is known color: Tea Green. HEX triplet: DA, FE and C1. RGB value is (218,254,193). Sum of RGB (Red+Green+Blue) = 218+254+193=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEC1 is #25013E. Grayscale: #ECECEC. Windows color (decimal): -2425151 or 12713690. OLE color: 12713690.

HSL color Cylindrical-coordinate representation of color #DAFEC1: hue angle of 95.41º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAFEC1 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 193 -
CMYK 0.14 0 0.24 0.00
HSL 95.41º 0.97% 0.88% -
HSV(B) 95.41º 0.24% 1% -
XYZ 73.98 89.64 63.85 -
YUV 236.28 103.57 114.96 -
System Red Green Blue C M Y K H S L
Decimal 218 254 193 0.14 0 0.24 0.00 95.41 0.97 0.88
Hex DA FE C1 E 0 18 0 5F 61 58
Octal 332 376 301 16 0 30 0 137 141 130
Binary 11011010 11111110 11000001 1110 0 11000 0 1011111 1100001 1011000

Color Harmonies of #DAFEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFEC1

Black with #DAFEC1

Text Example


Text Example

White with #DAFEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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