Html Css Color HEX #A0F2C8 Magic Mint

📋 copy color: '#A0F2C8'

red 160 ◦ green 242 ◦ blue 200

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

Shades of Magic Mint #A0F2C8

Tints of Magic Mint #A0F2C8

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.2%

 BLUE value IS 200 (78.52% from 255) = 33.22%

R = 26.58%
G = 40.2%
B = 33.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#A0F2C8 (or 0xA0F2C8) is known color: Magic Mint. HEX triplet: A0, F2 and C8. RGB value is (160,242,200). Sum of RGB (Red+Green+Blue) = 160+242+200=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F2C8 is #5F0D37. Grayscale: #D4D4D4. Windows color (decimal): -6229304 or 13169312. OLE color: 13169312.

HSL color Cylindrical-coordinate representation of color #A0F2C8: hue angle of 149.27º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F2C8 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 242 200 -
CMYK 0.34 0 0.17 0.05
HSL 149.27º 0.76% 0.79% -
HSV(B) 149.27º 0.34% 0.95% -
XYZ 56.67 75.15 66.16 -
YUV 212.69 120.83 90.42 -
System Red Green Blue C M Y K H S L
Decimal 160 242 200 0.34 0 0.17 0.05 149.27 0.76 0.79
Hex A0 F2 C8 22 0 11 5 95 4C 4F
Octal 240 362 310 42 0 21 5 225 114 117
Binary 10100000 11110010 11001000 100010 0 10001 101 10010101 1001100 1001111

Color Harmonies of #A0F2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F2C8

Black with #A0F2C8

Text Example


Text Example

White with #A0F2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F2C8; }

 p { color: rgb(160,242,200); }

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

background-color css

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

 a { background-color: rgb(160,242,200); }

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

border-color css

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

 span { border-color: rgb(160,242,200); }

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