Html Css Color HEX #A8F8D8 Magic Mint

📋 copy color: '#A8F8D8'

red 168 ◦ green 248 ◦ blue 216

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

Shades of Magic Mint #A8F8D8

Tints of Magic Mint #A8F8D8

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.24%

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

R = 26.58%
G = 39.24%
B = 34.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#A8F8D8 (or 0xA8F8D8) is known color: Magic Mint. HEX triplet: A8, F8 and D8. RGB value is (168,248,216). Sum of RGB (Red+Green+Blue) = 168+248+216=632 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.58% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F8D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F8D8 is #570727. Grayscale: #DCDCDC. Windows color (decimal): -5703464 or 14219432. OLE color: 14219432.

HSL color Cylindrical-coordinate representation of color #A8F8D8: hue angle of 156º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F8D8 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 248 216 -
CMYK 0.32 0 0.13 0.03
HSL 156º 0.85% 0.82% -
HSV(B) 156º 0.32% 0.97% -
XYZ 62.11 80.42 77.21 -
YUV 220.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 168 248 216 0.32 0 0.13 0.03 156 0.85 0.82
Hex A8 F8 D8 20 0 D 3 9C 55 52
Octal 250 370 330 40 0 15 3 234 125 122
Binary 10101000 11111000 11011000 100000 0 1101 11 10011100 1010101 1010010

Color Harmonies of #A8F8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F8D8

Black with #A8F8D8

Text Example


Text Example

White with #A8F8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F8D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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