Html Css Color HEX #A0FCCB Magic Mint

📋 copy color: '#A0FCCB'

red 160 ◦ green 252 ◦ blue 203

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

Shades of Magic Mint #A0FCCB

Tints of Magic Mint #A0FCCB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.98%

 BLUE value IS 203 (79.69% from 255) = 33.01%

R = 26.02%
G = 40.98%
B = 33.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#A0FCCB (or 0xA0FCCB) is known color: Magic Mint. HEX triplet: A0, FC and CB. RGB value is (160,252,203). Sum of RGB (Red+Green+Blue) = 160+252+203=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCCB is #5F0334. Grayscale: #DBDBDB. Windows color (decimal): -6226741 or 13368480. OLE color: 13368480.

HSL color Cylindrical-coordinate representation of color #A0FCCB: hue angle of 148.04º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCCB is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 252 203 -
CMYK 0.37 0 0.19 0.01
HSL 148.04º 0.94% 0.81% -
HSV(B) 148.04º 0.37% 0.99% -
XYZ 60.09 81.41 69.05 -
YUV 218.91 119.02 85.98 -
System Red Green Blue C M Y K H S L
Decimal 160 252 203 0.37 0 0.19 0.01 148.04 0.94 0.81
Hex A0 FC CB 25 0 13 1 94 5E 51
Octal 240 374 313 45 0 23 1 224 136 121
Binary 10100000 11111100 11001011 100101 0 10011 1 10010100 1011110 1010001

Color Harmonies of #A0FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCCB

Black with #A0FCCB

Text Example


Text Example

White with #A0FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCCB; }

 p { color: rgb(160,252,203); }

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

background-color css

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

 a { background-color: rgb(160,252,203); }

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

border-color css

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

 span { border-color: rgb(160,252,203); }

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