Html Css Color HEX #DAFEC2 Tea Green

📋 copy color: '#DAFEC2'

red 218 ◦ green 254 ◦ blue 194

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

Shades of Tea Green #DAFEC2

Tints of Tea Green #DAFEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.13%

R = 32.73%
G = 38.14%
B = 29.13%

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

#DAFEC2 (or 0xDAFEC2) is known color: Tea Green. HEX triplet: DA, FE and C2. RGB value is (218,254,194). Sum of RGB (Red+Green+Blue) = 218+254+194=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 194 (76.17% from 255 or 29.13% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEC2 is #25013D. Grayscale: #ECECEC. Windows color (decimal): -2425150 or 12779226. OLE color: 12779226.

HSL color Cylindrical-coordinate representation of color #DAFEC2: hue angle of 96º 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 #DAFEC2 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 194 -
CMYK 0.14 0 0.24 0.00
HSL 96º 0.97% 0.88% -
HSV(B) 96º 0.24% 1% -
XYZ 74.09 89.68 64.44 -
YUV 236.4 104.07 114.88 -
System Red Green Blue C M Y K H S L
Decimal 218 254 194 0.14 0 0.24 0.00 96 0.97 0.88
Hex DA FE C2 E 0 18 0 60 61 58
Octal 332 376 302 16 0 30 0 140 141 130
Binary 11011010 11111110 11000010 1110 0 11000 0 1100000 1100001 1011000

Color Harmonies of #DAFEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFEC2

Black with #DAFEC2

Text Example


Text Example

White with #DAFEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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