Html Css Color HEX #A0FBC2 Magic Mint

📋 copy color: '#A0FBC2'

red 160 ◦ green 251 ◦ blue 194

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

Shades of Magic Mint #A0FBC2

Tints of Magic Mint #A0FBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.07%

R = 26.45%
G = 41.49%
B = 32.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#A0FBC2 (or 0xA0FBC2) is known color: Magic Mint. HEX triplet: A0, FB and C2. RGB value is (160,251,194). Sum of RGB (Red+Green+Blue) = 160+251+194=605 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.45% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBC2 is #5F043D. Grayscale: #D9D9D9. Windows color (decimal): -6227006 or 12778400. OLE color: 12778400.

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

Color convert

RGB 160 251 194 -
CMYK 0.36 0 0.23 0.02
HSL 142.42º 0.92% 0.81% -
HSV(B) 142.42º 0.36% 0.98% -
XYZ 58.73 80.36 63.46 -
YUV 217.29 114.85 87.13 -
System Red Green Blue C M Y K H S L
Decimal 160 251 194 0.36 0 0.23 0.02 142.42 0.92 0.81
Hex A0 FB C2 24 0 17 2 8E 5C 51
Octal 240 373 302 44 0 27 2 216 134 121
Binary 10100000 11111011 11000010 100100 0 10111 10 10001110 1011100 1010001

Color Harmonies of #A0FBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FBC2

Black with #A0FBC2

Text Example


Text Example

White with #A0FBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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