Html Css Color HEX #A0FACA Magic Mint

📋 copy color: '#A0FACA'

red 160 ◦ green 250 ◦ blue 202

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

Shades of Magic Mint #A0FACA

Tints of Magic Mint #A0FACA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.85%

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

R = 26.14%
G = 40.85%
B = 33.01%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#A0FACA (or 0xA0FACA) is known color: Magic Mint. HEX triplet: A0, FA and CA. RGB value is (160,250,202). Sum of RGB (Red+Green+Blue) = 160+250+202=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FACA is #5F0535. Grayscale: #D9D9D9. Windows color (decimal): -6227254 or 13302432. OLE color: 13302432.

HSL color Cylindrical-coordinate representation of color #A0FACA: hue angle of 148º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FACA is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 250 202 -
CMYK 0.36 0 0.19 0.02
HSL 148º 0.9% 0.8% -
HSV(B) 148º 0.36% 0.98% -
XYZ 59.34 80.11 68.21 -
YUV 217.62 119.18 86.9 -
System Red Green Blue C M Y K H S L
Decimal 160 250 202 0.36 0 0.19 0.02 148 0.9 0.8
Hex A0 FA CA 24 0 13 2 94 5A 50
Octal 240 372 312 44 0 23 2 224 132 120
Binary 10100000 11111010 11001010 100100 0 10011 10 10010100 1011010 1010000

Color Harmonies of #A0FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FACA

Black with #A0FACA

Text Example


Text Example

White with #A0FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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