Html Css Color HEX #A0FDE3 Magic Mint

📋 copy color: '#A0FDE3'

red 160 ◦ green 253 ◦ blue 227

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

Shades of Magic Mint #A0FDE3

Tints of Magic Mint #A0FDE3

RGB

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

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

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

R = 25%
G = 39.53%
B = 35.47%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#A0FDE3 (or 0xA0FDE3) is known color: Magic Mint. HEX triplet: A0, FD and E3. RGB value is (160,253,227). Sum of RGB (Red+Green+Blue) = 160+253+227=640 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDE3 is #5F021C. Grayscale: #DEDEDE. Windows color (decimal): -6226461 or 14941600. OLE color: 14941600.

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

Color convert

RGB 160 253 227 -
CMYK 0.37 0 0.10 0.01
HSL 163.23º 0.96% 0.81% -
HSV(B) 163.23º 0.37% 0.99% -
XYZ 63.49 83.27 85.4 -
YUV 222.23 130.69 83.61 -
System Red Green Blue C M Y K H S L
Decimal 160 253 227 0.37 0 0.10 0.01 163.23 0.96 0.81
Hex A0 FD E3 25 0 A 1 A3 60 51
Octal 240 375 343 45 0 12 1 243 140 121
Binary 10100000 11111101 11100011 100101 0 1010 1 10100011 1100000 1010001

Color Harmonies of #A0FDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FDE3

Black with #A0FDE3

Text Example


Text Example

White with #A0FDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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