Html Css Color HEX #A0FACD Magic Mint

📋 copy color: '#A0FACD'

red 160 ◦ green 250 ◦ blue 205

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

Shades of Magic Mint #A0FACD

Tints of Magic Mint #A0FACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.33%

R = 26.02%
G = 40.65%
B = 33.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#A0FACD (or 0xA0FACD) is known color: Magic Mint. HEX triplet: A0, FA and CD. RGB value is (160,250,205). Sum of RGB (Red+Green+Blue) = 160+250+205=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FACD is #5F0532. Grayscale: #DADADA. Windows color (decimal): -6227251 or 13499040. OLE color: 13499040.

HSL color Cylindrical-coordinate representation of color #A0FACD: hue angle of 150º 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 #A0FACD is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 250 205 -
CMYK 0.36 0 0.18 0.02
HSL 150º 0.9% 0.8% -
HSV(B) 150º 0.36% 0.98% -
XYZ 59.7 80.25 70.1 -
YUV 217.96 120.68 86.66 -
System Red Green Blue C M Y K H S L
Decimal 160 250 205 0.36 0 0.18 0.02 150 0.9 0.8
Hex A0 FA CD 24 0 12 2 96 5A 50
Octal 240 372 315 44 0 22 2 226 132 120
Binary 10100000 11111010 11001101 100100 0 10010 10 10010110 1011010 1010000

Color Harmonies of #A0FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FACD

Black with #A0FACD

Text Example


Text Example

White with #A0FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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