Html Css Color HEX #A0FCBD Magic Mint

📋 copy color: '#A0FCBD'

red 160 ◦ green 252 ◦ blue 189

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

Shades of Magic Mint #A0FCBD

Tints of Magic Mint #A0FCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.45%

R = 26.62%
G = 41.93%
B = 31.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#A0FCBD (or 0xA0FCBD) is known color: Magic Mint. HEX triplet: A0, FC and BD. RGB value is (160,252,189). Sum of RGB (Red+Green+Blue) = 160+252+189=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCBD is #5F0342. Grayscale: #D9D9D9. Windows color (decimal): -6226755 or 12450976. OLE color: 12450976.

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

Color convert

RGB 160 252 189 -
CMYK 0.37 0 0.25 0.01
HSL 138.91º 0.94% 0.81% -
HSV(B) 138.91º 0.37% 0.99% -
XYZ 58.49 80.77 60.65 -
YUV 217.31 112.02 87.12 -
System Red Green Blue C M Y K H S L
Decimal 160 252 189 0.37 0 0.25 0.01 138.91 0.94 0.81
Hex A0 FC BD 25 0 19 1 8B 5E 51
Octal 240 374 275 45 0 31 1 213 136 121
Binary 10100000 11111100 10111101 100101 0 11001 1 10001011 1011110 1010001

Color Harmonies of #A0FCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCBD

Black with #A0FCBD

Text Example


Text Example

White with #A0FCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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