Html Css Color HEX #A8F0DA Magic Mint

📋 copy color: '#A8F0DA'

red 168 ◦ green 240 ◦ blue 218

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

Shades of Magic Mint #A8F0DA

Tints of Magic Mint #A8F0DA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.34%

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

R = 26.84%
G = 38.34%
B = 34.82%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#A8F0DA (or 0xA8F0DA) is known color: Magic Mint. HEX triplet: A8, F0 and DA. RGB value is (168,240,218). Sum of RGB (Red+Green+Blue) = 168+240+218=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F0DA is #570F25. Grayscale: #D7D7D7. Windows color (decimal): -5705510 or 14348456. OLE color: 14348456.

HSL color Cylindrical-coordinate representation of color #A8F0DA: hue angle of 161.67º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F0DA is Cyan = 0.3, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 240 218 -
CMYK 0.3 0 0.09 0.06
HSL 161.67º 0.71% 0.8% -
HSV(B) 161.67º 0.3% 0.94% -
XYZ 59.96 75.71 77.78 -
YUV 215.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 168 240 218 0.3 0 0.09 0.06 161.67 0.71 0.8
Hex A8 F0 DA 1E 0 9 6 A2 47 50
Octal 250 360 332 36 0 11 6 242 107 120
Binary 10101000 11110000 11011010 11110 0 1001 110 10100010 1000111 1010000

Color Harmonies of #A8F0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F0DA

Black with #A8F0DA

Text Example


Text Example

White with #A8F0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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