Html Css Color HEX #A0F3C8 Magic Mint

📋 copy color: '#A0F3C8'

red 160 ◦ green 243 ◦ blue 200

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

Shades of Magic Mint #A0F3C8

Tints of Magic Mint #A0F3C8

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.3%

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

R = 26.53%
G = 40.3%
B = 33.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#A0F3C8 (or 0xA0F3C8) is known color: Magic Mint. HEX triplet: A0, F3 and C8. RGB value is (160,243,200). Sum of RGB (Red+Green+Blue) = 160+243+200=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 243 (95.31% from 255 or 40.30% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F3C8 is #5F0C37. Grayscale: #D5D5D5. Windows color (decimal): -6229048 or 13169568. OLE color: 13169568.

HSL color Cylindrical-coordinate representation of color #A0F3C8: hue angle of 148.92º degrees, saturation: 0.78, 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 #A0F3C8 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 243 200 -
CMYK 0.34 0 0.18 0.05
HSL 148.92º 0.78% 0.79% -
HSV(B) 148.92º 0.34% 0.95% -
XYZ 56.97 75.74 66.26 -
YUV 213.28 120.5 90 -
System Red Green Blue C M Y K H S L
Decimal 160 243 200 0.34 0 0.18 0.05 148.92 0.78 0.79
Hex A0 F3 C8 22 0 12 5 95 4E 4F
Octal 240 363 310 42 0 22 5 225 116 117
Binary 10100000 11110011 11001000 100010 0 10010 101 10010101 1001110 1001111

Color Harmonies of #A0F3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F3C8

Black with #A0F3C8

Text Example


Text Example

White with #A0F3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F3C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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