Html Css Color HEX #A8EAD2 Magic Mint

📋 copy color: '#A8EAD2'

red 168 ◦ green 234 ◦ blue 210

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

Shades of Magic Mint #A8EAD2

Tints of Magic Mint #A8EAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.31%

R = 27.45%
G = 38.24%
B = 34.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#A8EAD2 (or 0xA8EAD2) is known color: Magic Mint. HEX triplet: A8, EA and D2. RGB value is (168,234,210). Sum of RGB (Red+Green+Blue) = 168+234+210=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EAD2 is #57152D. Grayscale: #D3D3D3. Windows color (decimal): -5707054 or 13822632. OLE color: 13822632.

HSL color Cylindrical-coordinate representation of color #A8EAD2: hue angle of 158.18º 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 #A8EAD2 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 234 210 -
CMYK 0.28 0 0.10 0.08
HSL 158.18º 0.61% 0.79% -
HSV(B) 158.18º 0.28% 0.92% -
XYZ 57.2 71.82 71.82 -
YUV 211.53 127.13 96.95 -
System Red Green Blue C M Y K H S L
Decimal 168 234 210 0.28 0 0.10 0.08 158.18 0.61 0.79
Hex A8 EA D2 1C 0 A 8 9E 3D 4F
Octal 250 352 322 34 0 12 10 236 75 117
Binary 10101000 11101010 11010010 11100 0 1010 1000 10011110 111101 1001111

Color Harmonies of #A8EAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAD2

Black with #A8EAD2

Text Example


Text Example

White with #A8EAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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