Html Css Color HEX #A8F8DA Magic Mint

📋 copy color: '#A8F8DA'

red 168 ◦ green 248 ◦ blue 218

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

Shades of Magic Mint #A8F8DA

Tints of Magic Mint #A8F8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.38%

R = 26.5%
G = 39.12%
B = 34.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#A8F8DA (or 0xA8F8DA) is known color: Magic Mint. HEX triplet: A8, F8 and DA. RGB value is (168,248,218). Sum of RGB (Red+Green+Blue) = 168+248+218=634 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.50% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F8DA is #570725. Grayscale: #DCDCDC. Windows color (decimal): -5703462 or 14350504. OLE color: 14350504.

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

Color convert

RGB 168 248 218 -
CMYK 0.32 0 0.12 0.03
HSL 157.5º 0.85% 0.82% -
HSV(B) 157.5º 0.32% 0.97% -
XYZ 62.37 80.52 78.58 -
YUV 220.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 168 248 218 0.32 0 0.12 0.03 157.5 0.85 0.82
Hex A8 F8 DA 20 0 C 3 9E 55 52
Octal 250 370 332 40 0 14 3 236 125 122
Binary 10101000 11111000 11011010 100000 0 1100 11 10011110 1010101 1010010

Color Harmonies of #A8F8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F8DA

Black with #A8F8DA

Text Example


Text Example

White with #A8F8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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