Html Css Color HEX #A0FFC3 Magic Mint

📋 copy color: '#A0FFC3'

red 160 ◦ green 255 ◦ blue 195

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

Shades of Magic Mint #A0FFC3

Tints of Magic Mint #A0FFC3

RGB

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

 GREEN value IS 255 (100% from 255) = 41.8%

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

R = 26.23%
G = 41.8%
B = 31.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#A0FFC3 (or 0xA0FFC3) is known color: Magic Mint. HEX triplet: A0, FF and C3. RGB value is (160,255,195). Sum of RGB (Red+Green+Blue) = 160+255+195=610 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.23% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFC3 is #5F003C. Grayscale: #DBDBDB. Windows color (decimal): -6225981 or 12844960. OLE color: 12844960.

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

Color convert

RGB 160 255 195 -
CMYK 0.37 0 0.24 0
HSL 142.11º 1% 0.81% -
HSV(B) 142.11º 0.37% 1% -
XYZ 60.11 82.93 64.47 -
YUV 219.76 114.03 85.38 -
System Red Green Blue C M Y K H S L
Decimal 160 255 195 0.37 0 0.24 0 142.11 1 0.81
Hex A0 FF C3 25 0 18 0 8E 64 51
Octal 240 377 303 45 0 30 0 216 144 121
Binary 10100000 11111111 11000011 100101 0 11000 0 10001110 1100100 1010001

Color Harmonies of #A0FFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFC3

Black with #A0FFC3

Text Example


Text Example

White with #A0FFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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