Html Css Color HEX #A0FBC6 Magic Mint

📋 copy color: '#A0FBC6'

red 160 ◦ green 251 ◦ blue 198

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

Shades of Magic Mint #A0FBC6

Tints of Magic Mint #A0FBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.51%

R = 26.27%
G = 41.22%
B = 32.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#A0FBC6 (or 0xA0FBC6) is known color: Magic Mint. HEX triplet: A0, FB and C6. RGB value is (160,251,198). Sum of RGB (Red+Green+Blue) = 160+251+198=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBC6 is #5F0439. Grayscale: #D9D9D9. Windows color (decimal): -6227002 or 13040544. OLE color: 13040544.

HSL color Cylindrical-coordinate representation of color #A0FBC6: hue angle of 145.05º 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 #A0FBC6 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 251 198 -
CMYK 0.36 0 0.21 0.02
HSL 145.05º 0.92% 0.81% -
HSV(B) 145.05º 0.36% 0.98% -
XYZ 59.19 80.55 65.85 -
YUV 217.75 116.85 86.81 -
System Red Green Blue C M Y K H S L
Decimal 160 251 198 0.36 0 0.21 0.02 145.05 0.92 0.81
Hex A0 FB C6 24 0 15 2 91 5C 51
Octal 240 373 306 44 0 25 2 221 134 121
Binary 10100000 11111011 11000110 100100 0 10101 10 10010001 1011100 1010001

Color Harmonies of #A0FBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FBC6

Black with #A0FBC6

Text Example


Text Example

White with #A0FBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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