Html Css Color HEX #A0FFCC Magic Mint

📋 copy color: '#A0FFCC'

red 160 ◦ green 255 ◦ blue 204

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

Shades of Magic Mint #A0FFCC

Tints of Magic Mint #A0FFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 41.2%

 BLUE value IS 204 (80.08% from 255) = 32.96%

R = 25.85%
G = 41.2%
B = 32.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#A0FFCC (or 0xA0FFCC) is known color: Magic Mint. HEX triplet: A0, FF and CC. RGB value is (160,255,204). Sum of RGB (Red+Green+Blue) = 160+255+204=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFCC is #5F0033. Grayscale: #DCDCDC. Windows color (decimal): -6225972 or 13434784. OLE color: 13434784.

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

Color convert

RGB 160 255 204 -
CMYK 0.37 0 0.2 0
HSL 147.79º 1% 0.81% -
HSV(B) 147.79º 0.37% 1% -
XYZ 61.16 83.35 69.99 -
YUV 220.78 118.53 84.65 -
System Red Green Blue C M Y K H S L
Decimal 160 255 204 0.37 0 0.2 0 147.79 1 0.81
Hex A0 FF CC 25 0 14 0 94 64 51
Octal 240 377 314 45 0 24 0 224 144 121
Binary 10100000 11111111 11001100 100101 0 10100 0 10010100 1100100 1010001

Color Harmonies of #A0FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFCC

Black with #A0FFCC

Text Example


Text Example

White with #A0FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFCC; }

 p { color: rgb(160,255,204); }

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

background-color css

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

 a { background-color: rgb(160,255,204); }

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

border-color css

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

 span { border-color: rgb(160,255,204); }

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