Html Css Color HEX #A8FADD Magic Mint

📋 copy color: '#A8FADD'

red 168 ◦ green 250 ◦ blue 221

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

Shades of Magic Mint #A8FADD

Tints of Magic Mint #A8FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.59%

R = 26.29%
G = 39.12%
B = 34.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#A8FADD (or 0xA8FADD) is known color: Magic Mint. HEX triplet: A8, FA and DD. RGB value is (168,250,221). Sum of RGB (Red+Green+Blue) = 168+250+221=639 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.29% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FADD is #570522. Grayscale: #DEDEDE. Windows color (decimal): -5702947 or 14547624. OLE color: 14547624.

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

Color convert

RGB 168 250 221 -
CMYK 0.33 0 0.12 0.02
HSL 158.78º 0.89% 0.82% -
HSV(B) 158.78º 0.33% 0.98% -
XYZ 63.39 81.92 80.88 -
YUV 222.18 127.33 89.36 -
System Red Green Blue C M Y K H S L
Decimal 168 250 221 0.33 0 0.12 0.02 158.78 0.89 0.82
Hex A8 FA DD 21 0 C 2 9F 59 52
Octal 250 372 335 41 0 14 2 237 131 122
Binary 10101000 11111010 11011101 100001 0 1100 10 10011111 1011001 1010010

Color Harmonies of #A8FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FADD

Black with #A8FADD

Text Example


Text Example

White with #A8FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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