Html Css Color HEX #A0FBC5 Magic Mint

📋 copy color: '#A0FBC5'

red 160 ◦ green 251 ◦ blue 197

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

Shades of Magic Mint #A0FBC5

Tints of Magic Mint #A0FBC5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.28%

 BLUE value IS 197 (77.34% from 255) = 32.4%

R = 26.32%
G = 41.28%
B = 32.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#A0FBC5 (or 0xA0FBC5) is known color: Magic Mint. HEX triplet: A0, FB and C5. RGB value is (160,251,197). Sum of RGB (Red+Green+Blue) = 160+251+197=608 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.32% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBC5 is #5F043A. Grayscale: #D9D9D9. Windows color (decimal): -6227003 or 12975008. OLE color: 12975008.

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

Color convert

RGB 160 251 197 -
CMYK 0.36 0 0.22 0.02
HSL 144.4º 0.92% 0.81% -
HSV(B) 144.4º 0.36% 0.98% -
XYZ 59.07 80.5 65.25 -
YUV 217.64 116.35 86.89 -
System Red Green Blue C M Y K H S L
Decimal 160 251 197 0.36 0 0.22 0.02 144.4 0.92 0.81
Hex A0 FB C5 24 0 16 2 90 5C 51
Octal 240 373 305 44 0 26 2 220 134 121
Binary 10100000 11111011 11000101 100100 0 10110 10 10010000 1011100 1010001

Color Harmonies of #A0FBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FBC5

Black with #A0FBC5

Text Example


Text Example

White with #A0FBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FBC5; }

 p { color: rgb(160,251,197); }

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

background-color css

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

 a { background-color: rgb(160,251,197); }

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

border-color css

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

 span { border-color: rgb(160,251,197); }

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