Html Css Color HEX #A0FBDB Magic Mint

📋 copy color: '#A0FBDB'

red 160 ◦ green 251 ◦ blue 219

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

Shades of Magic Mint #A0FBDB

Tints of Magic Mint #A0FBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.76%

R = 25.4%
G = 39.84%
B = 34.76%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#A0FBDB (or 0xA0FBDB) is known color: Magic Mint. HEX triplet: A0, FB and DB. RGB value is (160,251,219). Sum of RGB (Red+Green+Blue) = 160+251+219=630 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.40% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBDB is #5F0424. Grayscale: #DCDCDC. Windows color (decimal): -6226981 or 14416800. OLE color: 14416800.

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

Color convert

RGB 160 251 219 -
CMYK 0.36 0 0.13 0.02
HSL 158.9º 0.92% 0.81% -
HSV(B) 158.9º 0.36% 0.98% -
XYZ 61.78 81.58 79.51 -
YUV 220.14 127.35 85.1 -
System Red Green Blue C M Y K H S L
Decimal 160 251 219 0.36 0 0.13 0.02 158.9 0.92 0.81
Hex A0 FB DB 24 0 D 2 9F 5C 51
Octal 240 373 333 44 0 15 2 237 134 121
Binary 10100000 11111011 11011011 100100 0 1101 10 10011111 1011100 1010001

Color Harmonies of #A0FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FBDB

Black with #A0FBDB

Text Example


Text Example

White with #A0FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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