Html Css Color HEX #A0F0D2 Magic Mint

📋 copy color: '#A0F0D2'

red 160 ◦ green 240 ◦ blue 210

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

Shades of Magic Mint #A0F0D2

Tints of Magic Mint #A0F0D2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.34%

 BLUE value IS 210 (82.42% from 255) = 34.43%

R = 26.23%
G = 39.34%
B = 34.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#A0F0D2 (or 0xA0F0D2) is known color: Magic Mint. HEX triplet: A0, F0 and D2. RGB value is (160,240,210). Sum of RGB (Red+Green+Blue) = 160+240+210=610 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.23% from 610); Green value is 240 (94.14% from 255 or 39.34% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F0D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F0D2 is #5F0F2D. Grayscale: #D4D4D4. Windows color (decimal): -6229806 or 13824160. OLE color: 13824160.

HSL color Cylindrical-coordinate representation of color #A0F0D2: hue angle of 157.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0F0D2 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 240 210 -
CMYK 0.33 0 0.12 0.06
HSL 157.5º 0.73% 0.78% -
HSV(B) 157.5º 0.33% 0.94% -
XYZ 57.29 74.45 72.32 -
YUV 212.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 160 240 210 0.33 0 0.12 0.06 157.5 0.73 0.78
Hex A0 F0 D2 21 0 C 6 9E 49 4E
Octal 240 360 322 41 0 14 6 236 111 116
Binary 10100000 11110000 11010010 100001 0 1100 110 10011110 1001001 1001110

Color Harmonies of #A0F0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F0D2

Black with #A0F0D2

Text Example


Text Example

White with #A0F0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F0D2; }

 p { color: rgb(160,240,210); }

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

background-color css

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

 a { background-color: rgb(160,240,210); }

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

border-color css

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

 span { border-color: rgb(160,240,210); }

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