Html Css Color HEX #A8FAD4 Magic Mint

📋 copy color: '#A8FAD4'

red 168 ◦ green 250 ◦ blue 212

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

Shades of Magic Mint #A8FAD4

Tints of Magic Mint #A8FAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.65%

R = 26.67%
G = 39.68%
B = 33.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#A8FAD4 (or 0xA8FAD4) is known color: Magic Mint. HEX triplet: A8, FA and D4. RGB value is (168,250,212). Sum of RGB (Red+Green+Blue) = 168+250+212=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FAD4 is #57052B. Grayscale: #DDDDDD. Windows color (decimal): -5702956 or 13957800. OLE color: 13957800.

HSL color Cylindrical-coordinate representation of color #A8FAD4: hue angle of 152.2º 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 #A8FAD4 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 250 212 -
CMYK 0.33 0 0.15 0.02
HSL 152.2º 0.89% 0.82% -
HSV(B) 152.2º 0.33% 0.98% -
XYZ 62.22 81.45 74.73 -
YUV 221.15 122.83 90.09 -
System Red Green Blue C M Y K H S L
Decimal 168 250 212 0.33 0 0.15 0.02 152.2 0.89 0.82
Hex A8 FA D4 21 0 F 2 98 59 52
Octal 250 372 324 41 0 17 2 230 131 122
Binary 10101000 11111010 11010100 100001 0 1111 10 10011000 1011001 1010010

Color Harmonies of #A8FAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FAD4

Black with #A8FAD4

Text Example


Text Example

White with #A8FAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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