Html Css Color HEX #A0F3DA Magic Mint

📋 copy color: '#A0F3DA'

red 160 ◦ green 243 ◦ blue 218

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

Shades of Magic Mint #A0F3DA

Tints of Magic Mint #A0F3DA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.13%

 BLUE value IS 218 (85.55% from 255) = 35.1%

R = 25.76%
G = 39.13%
B = 35.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#A0F3DA (or 0xA0F3DA) is known color: Magic Mint. HEX triplet: A0, F3 and DA. RGB value is (160,243,218). Sum of RGB (Red+Green+Blue) = 160+243+218=621 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.76% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F3DA is #5F0C25. Grayscale: #D7D7D7. Windows color (decimal): -6229030 or 14349216. OLE color: 14349216.

HSL color Cylindrical-coordinate representation of color #A0F3DA: hue angle of 161.93º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F3DA is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 243 218 -
CMYK 0.34 0 0.10 0.05
HSL 161.93º 0.78% 0.79% -
HSV(B) 161.93º 0.34% 0.95% -
XYZ 59.2 76.64 78 -
YUV 215.33 129.5 88.53 -
System Red Green Blue C M Y K H S L
Decimal 160 243 218 0.34 0 0.10 0.05 161.93 0.78 0.79
Hex A0 F3 DA 22 0 A 5 A2 4E 4F
Octal 240 363 332 42 0 12 5 242 116 117
Binary 10100000 11110011 11011010 100010 0 1010 101 10100010 1001110 1001111

Color Harmonies of #A0F3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F3DA

Black with #A0F3DA

Text Example


Text Example

White with #A0F3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F3DA; }

 p { color: rgb(160,243,218); }

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

background-color css

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

 a { background-color: rgb(160,243,218); }

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

border-color css

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

 span { border-color: rgb(160,243,218); }

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