Html Css Color HEX #A0FCBB Magic Mint

📋 copy color: '#A0FCBB'

red 160 ◦ green 252 ◦ blue 187

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

Shades of Magic Mint #A0FCBB

Tints of Magic Mint #A0FCBB

RGB

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

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

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

R = 26.71%
G = 42.07%
B = 31.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#A0FCBB (or 0xA0FCBB) is known color: Magic Mint. HEX triplet: A0, FC and BB. RGB value is (160,252,187). Sum of RGB (Red+Green+Blue) = 160+252+187=599 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.71% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCBB is #5F0344. Grayscale: #D9D9D9. Windows color (decimal): -6226757 or 12319904. OLE color: 12319904.

HSL color Cylindrical-coordinate representation of color #A0FCBB: hue angle of 137.61º 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 #A0FCBB is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 252 187 -
CMYK 0.37 0 0.26 0.01
HSL 137.61º 0.94% 0.81% -
HSV(B) 137.61º 0.37% 0.99% -
XYZ 58.28 80.68 59.52 -
YUV 217.08 111.02 87.29 -
System Red Green Blue C M Y K H S L
Decimal 160 252 187 0.37 0 0.26 0.01 137.61 0.94 0.81
Hex A0 FC BB 25 0 1A 1 8A 5E 51
Octal 240 374 273 45 0 32 1 212 136 121
Binary 10100000 11111100 10111011 100101 0 11010 1 10001010 1011110 1010001

Color Harmonies of #A0FCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCBB

Black with #A0FCBB

Text Example


Text Example

White with #A0FCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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