Html Css Color HEX #A0FBC3 Magic Mint

📋 copy color: '#A0FBC3'

red 160 ◦ green 251 ◦ blue 195

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

Shades of Magic Mint #A0FBC3

Tints of Magic Mint #A0FBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.18%

R = 26.4%
G = 41.42%
B = 32.18%

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

#A0FBC3 (or 0xA0FBC3) is known color: Magic Mint. HEX triplet: A0, FB and C3. RGB value is (160,251,195). Sum of RGB (Red+Green+Blue) = 160+251+195=606 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.40% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBC3 is #5F043C. Grayscale: #D9D9D9. Windows color (decimal): -6227005 or 12843936. OLE color: 12843936.

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

Color convert

RGB 160 251 195 -
CMYK 0.36 0 0.22 0.02
HSL 143.08º 0.92% 0.81% -
HSV(B) 143.08º 0.36% 0.98% -
XYZ 58.84 80.41 64.05 -
YUV 217.41 115.35 87.05 -
System Red Green Blue C M Y K H S L
Decimal 160 251 195 0.36 0 0.22 0.02 143.08 0.92 0.81
Hex A0 FB C3 24 0 16 2 8F 5C 51
Octal 240 373 303 44 0 26 2 217 134 121
Binary 10100000 11111011 11000011 100100 0 10110 10 10001111 1011100 1010001

Color Harmonies of #A0FBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FBC3

Black with #A0FBC3

Text Example


Text Example

White with #A0FBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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