Html Css Color HEX #A0FBDC Magic Mint

📋 copy color: '#A0FBDC'

red 160 ◦ green 251 ◦ blue 220

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

Shades of Magic Mint #A0FBDC

Tints of Magic Mint #A0FBDC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.78%

 BLUE value IS 220 (86.33% from 255) = 34.87%

R = 25.36%
G = 39.78%
B = 34.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#A0FBDC (or 0xA0FBDC) is known color: Magic Mint. HEX triplet: A0, FB and DC. RGB value is (160,251,220). Sum of RGB (Red+Green+Blue) = 160+251+220=631 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.36% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBDC is #5F0423. Grayscale: #DCDCDC. Windows color (decimal): -6226980 or 14482336. OLE color: 14482336.

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

Color convert

RGB 160 251 220 -
CMYK 0.36 0 0.12 0.02
HSL 159.56º 0.92% 0.81% -
HSV(B) 159.56º 0.36% 0.98% -
XYZ 61.91 81.64 80.2 -
YUV 220.26 127.85 85.02 -
System Red Green Blue C M Y K H S L
Decimal 160 251 220 0.36 0 0.12 0.02 159.56 0.92 0.81
Hex A0 FB DC 24 0 C 2 A0 5C 51
Octal 240 373 334 44 0 14 2 240 134 121
Binary 10100000 11111011 11011100 100100 0 1100 10 10100000 1011100 1010001

Color Harmonies of #A0FBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FBDC

Black with #A0FBDC

Text Example


Text Example

White with #A0FBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FBDC; }

 p { color: rgb(160,251,220); }

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

background-color css

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

 a { background-color: rgb(160,251,220); }

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

border-color css

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

 span { border-color: rgb(160,251,220); }

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