Html Css Color HEX #A0FFE3 Magic Mint

📋 copy color: '#A0FFE3'

red 160 ◦ green 255 ◦ blue 227

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

Shades of Magic Mint #A0FFE3

Tints of Magic Mint #A0FFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.36%

R = 24.92%
G = 39.72%
B = 35.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#A0FFE3 (or 0xA0FFE3) is known color: Magic Mint. HEX triplet: A0, FF and E3. RGB value is (160,255,227). Sum of RGB (Red+Green+Blue) = 160+255+227=642 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.92% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFE3 is #5F001C. Grayscale: #DFDFDF. Windows color (decimal): -6225949 or 14942112. OLE color: 14942112.

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

Color convert

RGB 160 255 227 -
CMYK 0.37 0 0.11 0
HSL 162.32º 1% 0.81% -
HSV(B) 162.32º 0.37% 1% -
XYZ 64.12 84.54 85.61 -
YUV 223.4 130.03 82.78 -
System Red Green Blue C M Y K H S L
Decimal 160 255 227 0.37 0 0.11 0 162.32 1 0.81
Hex A0 FF E3 25 0 B 0 A2 64 51
Octal 240 377 343 45 0 13 0 242 144 121
Binary 10100000 11111111 11100011 100101 0 1011 0 10100010 1100100 1010001

Color Harmonies of #A0FFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFE3

Black with #A0FFE3

Text Example


Text Example

White with #A0FFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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