Html Css Color HEX #A8EAD1 Magic Mint

📋 copy color: '#A8EAD1'

red 168 ◦ green 234 ◦ blue 209

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

Shades of Magic Mint #A8EAD1

Tints of Magic Mint #A8EAD1

RGB

 RED value IS 168 (66.02% from 255) = 27.5%

 GREEN value IS 234 (91.8% from 255) = 38.3%

 BLUE value IS 209 (82.03% from 255) = 34.21%

R = 27.5%
G = 38.3%
B = 34.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#A8EAD1 (or 0xA8EAD1) is known color: Magic Mint. HEX triplet: A8, EA and D1. RGB value is (168,234,209). Sum of RGB (Red+Green+Blue) = 168+234+209=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EAD1 is #57152E. Grayscale: #D3D3D3. Windows color (decimal): -5707055 or 13757096. OLE color: 13757096.

HSL color Cylindrical-coordinate representation of color #A8EAD1: hue angle of 157.27º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8EAD1 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 234 209 -
CMYK 0.28 0 0.11 0.08
HSL 157.27º 0.61% 0.79% -
HSV(B) 157.27º 0.28% 0.92% -
XYZ 57.08 71.77 71.17 -
YUV 211.42 126.63 97.03 -
System Red Green Blue C M Y K H S L
Decimal 168 234 209 0.28 0 0.11 0.08 157.27 0.61 0.79
Hex A8 EA D1 1C 0 B 8 9D 3D 4F
Octal 250 352 321 34 0 13 10 235 75 117
Binary 10101000 11101010 11010001 11100 0 1011 1000 10011101 111101 1001111

Color Harmonies of #A8EAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAD1

Black with #A8EAD1

Text Example


Text Example

White with #A8EAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAD1; }

 p { color: rgb(168,234,209); }

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

background-color css

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

 a { background-color: rgb(168,234,209); }

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

border-color css

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

 span { border-color: rgb(168,234,209); }

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