Html Css Color HEX #A0FCBE Magic Mint

📋 copy color: '#A0FCBE'

red 160 ◦ green 252 ◦ blue 190

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

Shades of Magic Mint #A0FCBE

Tints of Magic Mint #A0FCBE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.86%

 BLUE value IS 190 (74.61% from 255) = 31.56%

R = 26.58%
G = 41.86%
B = 31.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#A0FCBE (or 0xA0FCBE) is known color: Magic Mint. HEX triplet: A0, FC and BE. RGB value is (160,252,190). Sum of RGB (Red+Green+Blue) = 160+252+190=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCBE is #5F0341. Grayscale: #D9D9D9. Windows color (decimal): -6226754 or 12516512. OLE color: 12516512.

HSL color Cylindrical-coordinate representation of color #A0FCBE: hue angle of 139.57º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCBE is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 252 190 -
CMYK 0.37 0 0.25 0.01
HSL 139.57º 0.94% 0.81% -
HSV(B) 139.57º 0.37% 0.99% -
XYZ 58.6 80.81 61.22 -
YUV 217.42 112.52 87.04 -
System Red Green Blue C M Y K H S L
Decimal 160 252 190 0.37 0 0.25 0.01 139.57 0.94 0.81
Hex A0 FC BE 25 0 19 1 8C 5E 51
Octal 240 374 276 45 0 31 1 214 136 121
Binary 10100000 11111100 10111110 100101 0 11001 1 10001100 1011110 1010001

Color Harmonies of #A0FCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCBE

Black with #A0FCBE

Text Example


Text Example

White with #A0FCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCBE; }

 p { color: rgb(160,252,190); }

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

background-color css

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

 a { background-color: rgb(160,252,190); }

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

border-color css

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

 span { border-color: rgb(160,252,190); }

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