Html Css Color HEX #A8FAD3 Magic Mint

📋 copy color: '#A8FAD3'

red 168 ◦ green 250 ◦ blue 211

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

Shades of Magic Mint #A8FAD3

Tints of Magic Mint #A8FAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.55%

R = 26.71%
G = 39.75%
B = 33.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#A8FAD3 (or 0xA8FAD3) is known color: Magic Mint. HEX triplet: A8, FA and D3. RGB value is (168,250,211). Sum of RGB (Red+Green+Blue) = 168+250+211=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 211 (82.81% from 255 or 33.55% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FAD3 is #57052C. Grayscale: #DDDDDD. Windows color (decimal): -5702957 or 13892264. OLE color: 13892264.

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

Color convert

RGB 168 250 211 -
CMYK 0.33 0 0.16 0.02
HSL 151.46º 0.89% 0.82% -
HSV(B) 151.46º 0.33% 0.98% -
XYZ 62.09 81.4 74.07 -
YUV 221.04 122.33 90.17 -
System Red Green Blue C M Y K H S L
Decimal 168 250 211 0.33 0 0.16 0.02 151.46 0.89 0.82
Hex A8 FA D3 21 0 10 2 97 59 52
Octal 250 372 323 41 0 20 2 227 131 122
Binary 10101000 11111010 11010011 100001 0 10000 10 10010111 1011001 1010010

Color Harmonies of #A8FAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FAD3

Black with #A8FAD3

Text Example


Text Example

White with #A8FAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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