Html Css Color HEX #A0FABB Magic Mint

📋 copy color: '#A0FABB'

red 160 ◦ green 250 ◦ blue 187

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

Shades of Magic Mint #A0FABB

Tints of Magic Mint #A0FABB

RGB

 RED value IS 160 (62.89% from 255) = 26.8%

 GREEN value IS 250 (98.05% from 255) = 41.88%

 BLUE value IS 187 (73.44% from 255) = 31.32%

R = 26.8%
G = 41.88%
B = 31.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#A0FABB (or 0xA0FABB) is known color: Magic Mint. HEX triplet: A0, FA and BB. RGB value is (160,250,187). Sum of RGB (Red+Green+Blue) = 160+250+187=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FABB is #5F0544. Grayscale: #D8D8D8. Windows color (decimal): -6227269 or 12319392. OLE color: 12319392.

HSL color Cylindrical-coordinate representation of color #A0FABB: hue angle of 138º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FABB is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 250 187 -
CMYK 0.36 0 0.25 0.02
HSL 138º 0.9% 0.8% -
HSV(B) 138º 0.36% 0.98% -
XYZ 57.65 79.43 59.31 -
YUV 215.91 111.68 88.12 -
System Red Green Blue C M Y K H S L
Decimal 160 250 187 0.36 0 0.25 0.02 138 0.9 0.8
Hex A0 FA BB 24 0 19 2 8A 5A 50
Octal 240 372 273 44 0 31 2 212 132 120
Binary 10100000 11111010 10111011 100100 0 11001 10 10001010 1011010 1010000

Color Harmonies of #A0FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FABB

Black with #A0FABB

Text Example


Text Example

White with #A0FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FABB; }

 p { color: rgb(160,250,187); }

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

background-color css

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

 a { background-color: rgb(160,250,187); }

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

border-color css

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

 span { border-color: rgb(160,250,187); }

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