Html Css Color HEX #A9F0DA Magic Mint

📋 copy color: '#A9F0DA'

red 169 ◦ green 240 ◦ blue 218

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

Shades of Magic Mint #A9F0DA

Tints of Magic Mint #A9F0DA

RGB

 RED value IS 169 (66.41% from 255) = 26.95%

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

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

R = 26.95%
G = 38.28%
B = 34.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#A9F0DA (or 0xA9F0DA) is known color: Magic Mint. HEX triplet: A9, F0 and DA. RGB value is (169,240,218). Sum of RGB (Red+Green+Blue) = 169+240+218=627 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.95% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F0DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F0DA is #560F25. Grayscale: #D8D8D8. Windows color (decimal): -5639974 or 14348457. OLE color: 14348457.

HSL color Cylindrical-coordinate representation of color #A9F0DA: hue angle of 161.41º degrees, saturation: 0.7, 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 #A9F0DA is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 240 218 -
CMYK 0.30 0 0.09 0.06
HSL 161.41º 0.7% 0.8% -
HSV(B) 161.41º 0.3% 0.94% -
XYZ 60.18 75.82 77.79 -
YUV 216.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 169 240 218 0.30 0 0.09 0.06 161.41 0.7 0.8
Hex A9 F0 DA 1E 0 9 6 A1 46 50
Octal 251 360 332 36 0 11 6 241 106 120
Binary 10101001 11110000 11011010 11110 0 1001 110 10100001 1000110 1010000

Color Harmonies of #A9F0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9F0DA

Black with #A9F0DA

Text Example


Text Example

White with #A9F0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9F0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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