Html Css Color HEX #A0FBCE Magic Mint

📋 copy color: '#A0FBCE'

red 160 ◦ green 251 ◦ blue 206

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

Shades of Magic Mint #A0FBCE

Tints of Magic Mint #A0FBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.39%

R = 25.93%
G = 40.68%
B = 33.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#A0FBCE (or 0xA0FBCE) is known color: Magic Mint. HEX triplet: A0, FB and CE. RGB value is (160,251,206). Sum of RGB (Red+Green+Blue) = 160+251+206=617 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.93% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBCE is #5F0431. Grayscale: #DADADA. Windows color (decimal): -6226994 or 13564832. OLE color: 13564832.

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

Color convert

RGB 160 251 206 -
CMYK 0.36 0 0.18 0.02
HSL 150.33º 0.92% 0.81% -
HSV(B) 150.33º 0.36% 0.98% -
XYZ 60.13 80.92 70.84 -
YUV 218.66 120.85 86.16 -
System Red Green Blue C M Y K H S L
Decimal 160 251 206 0.36 0 0.18 0.02 150.33 0.92 0.81
Hex A0 FB CE 24 0 12 2 96 5C 51
Octal 240 373 316 44 0 22 2 226 134 121
Binary 10100000 11111011 11001110 100100 0 10010 10 10010110 1011100 1010001

Color Harmonies of #A0FBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FBCE

Black with #A0FBCE

Text Example


Text Example

White with #A0FBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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