Html Css Color HEX #A8F1DA Magic Mint

📋 copy color: '#A8F1DA'

red 168 ◦ green 241 ◦ blue 218

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

Shades of Magic Mint #A8F1DA

Tints of Magic Mint #A8F1DA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.44%

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

R = 26.79%
G = 38.44%
B = 34.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#A8F1DA (or 0xA8F1DA) is known color: Magic Mint. HEX triplet: A8, F1 and DA. RGB value is (168,241,218). Sum of RGB (Red+Green+Blue) = 168+241+218=627 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.79% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F1DA is #570E25. Grayscale: #D8D8D8. Windows color (decimal): -5705254 or 14348712. OLE color: 14348712.

HSL color Cylindrical-coordinate representation of color #A8F1DA: hue angle of 161.1º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F1DA is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 218 -
CMYK 0.30 0 0.10 0.05
HSL 161.1º 0.72% 0.8% -
HSV(B) 161.1º 0.3% 0.95% -
XYZ 60.26 76.3 77.88 -
YUV 216.55 128.82 93.37 -
System Red Green Blue C M Y K H S L
Decimal 168 241 218 0.30 0 0.10 0.05 161.1 0.72 0.8
Hex A8 F1 DA 1E 0 A 5 A1 48 50
Octal 250 361 332 36 0 12 5 241 110 120
Binary 10101000 11110001 11011010 11110 0 1010 101 10100001 1001000 1010000

Color Harmonies of #A8F1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F1DA

Black with #A8F1DA

Text Example


Text Example

White with #A8F1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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