Html Css Color HEX #A8FAD8 Magic Mint

📋 copy color: '#A8FAD8'

red 168 ◦ green 250 ◦ blue 216

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

Shades of Magic Mint #A8FAD8

Tints of Magic Mint #A8FAD8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.43%

 BLUE value IS 216 (84.77% from 255) = 34.07%

R = 26.5%
G = 39.43%
B = 34.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#A8FAD8 (or 0xA8FAD8) is known color: Magic Mint. HEX triplet: A8, FA and D8. RGB value is (168,250,216). Sum of RGB (Red+Green+Blue) = 168+250+216=634 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.50% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FAD8 is #570527. Grayscale: #DDDDDD. Windows color (decimal): -5702952 or 14219944. OLE color: 14219944.

HSL color Cylindrical-coordinate representation of color #A8FAD8: hue angle of 155.12º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FAD8 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 250 216 -
CMYK 0.33 0 0.14 0.02
HSL 155.12º 0.89% 0.82% -
HSV(B) 155.12º 0.33% 0.98% -
XYZ 62.73 81.65 77.42 -
YUV 221.61 124.83 89.76 -
System Red Green Blue C M Y K H S L
Decimal 168 250 216 0.33 0 0.14 0.02 155.12 0.89 0.82
Hex A8 FA D8 21 0 E 2 9B 59 52
Octal 250 372 330 41 0 16 2 233 131 122
Binary 10101000 11111010 11011000 100001 0 1110 10 10011011 1011001 1010010

Color Harmonies of #A8FAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FAD8

Black with #A8FAD8

Text Example


Text Example

White with #A8FAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FAD8; }

 p { color: rgb(168,250,216); }

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

background-color css

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

 a { background-color: rgb(168,250,216); }

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

border-color css

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

 span { border-color: rgb(168,250,216); }

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