Html Css Color HEX #A0F7CA Magic Mint

📋 copy color: '#A0F7CA'

red 160 ◦ green 247 ◦ blue 202

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

Shades of Magic Mint #A0F7CA

Tints of Magic Mint #A0F7CA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.56%

 BLUE value IS 202 (79.3% from 255) = 33.17%

R = 26.27%
G = 40.56%
B = 33.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#A0F7CA (or 0xA0F7CA) is known color: Magic Mint. HEX triplet: A0, F7 and CA. RGB value is (160,247,202). Sum of RGB (Red+Green+Blue) = 160+247+202=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F7CA is #5F0835. Grayscale: #D7D7D7. Windows color (decimal): -6228022 or 13301664. OLE color: 13301664.

HSL color Cylindrical-coordinate representation of color #A0F7CA: hue angle of 148.97º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F7CA is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 247 202 -
CMYK 0.35 0 0.18 0.03
HSL 148.97º 0.84% 0.8% -
HSV(B) 148.97º 0.35% 0.97% -
XYZ 58.42 78.26 67.9 -
YUV 215.86 120.18 88.16 -
System Red Green Blue C M Y K H S L
Decimal 160 247 202 0.35 0 0.18 0.03 148.97 0.84 0.8
Hex A0 F7 CA 23 0 12 3 95 54 50
Octal 240 367 312 43 0 22 3 225 124 120
Binary 10100000 11110111 11001010 100011 0 10010 11 10010101 1010100 1010000

Color Harmonies of #A0F7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F7CA

Black with #A0F7CA

Text Example


Text Example

White with #A0F7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F7CA; }

 p { color: rgb(160,247,202); }

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

background-color css

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

 a { background-color: rgb(160,247,202); }

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

border-color css

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

 span { border-color: rgb(160,247,202); }

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