Html Css Color HEX #A0FDCB Magic Mint

📋 copy color: '#A0FDCB'

red 160 ◦ green 253 ◦ blue 203

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

Shades of Magic Mint #A0FDCB

Tints of Magic Mint #A0FDCB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.07%

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

R = 25.97%
G = 41.07%
B = 32.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#A0FDCB (or 0xA0FDCB) is known color: Magic Mint. HEX triplet: A0, FD and CB. RGB value is (160,253,203). Sum of RGB (Red+Green+Blue) = 160+253+203=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDCB is #5F0234. Grayscale: #DBDBDB. Windows color (decimal): -6226485 or 13368736. OLE color: 13368736.

HSL color Cylindrical-coordinate representation of color #A0FDCB: hue angle of 147.74º degrees, saturation: 0.96, 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 #A0FDCB is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 253 203 -
CMYK 0.37 0 0.20 0.01
HSL 147.74º 0.96% 0.81% -
HSV(B) 147.74º 0.37% 0.99% -
XYZ 60.4 82.04 69.15 -
YUV 219.49 118.69 85.57 -
System Red Green Blue C M Y K H S L
Decimal 160 253 203 0.37 0 0.20 0.01 147.74 0.96 0.81
Hex A0 FD CB 25 0 14 1 94 60 51
Octal 240 375 313 45 0 24 1 224 140 121
Binary 10100000 11111101 11001011 100101 0 10100 1 10010100 1100000 1010001

Color Harmonies of #A0FDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FDCB

Black with #A0FDCB

Text Example


Text Example

White with #A0FDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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