Html Css Color HEX #A0FCDD Magic Mint

📋 copy color: '#A0FCDD'

red 160 ◦ green 252 ◦ blue 221

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

Shades of Magic Mint #A0FCDD

Tints of Magic Mint #A0FCDD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.81%

 BLUE value IS 221 (86.72% from 255) = 34.91%

R = 25.28%
G = 39.81%
B = 34.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#A0FCDD (or 0xA0FCDD) is known color: Magic Mint. HEX triplet: A0, FC and DD. RGB value is (160,252,221). Sum of RGB (Red+Green+Blue) = 160+252+221=633 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.28% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCDD is #5F0322. Grayscale: #DCDCDC. Windows color (decimal): -6226723 or 14548128. OLE color: 14548128.

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

Color convert

RGB 160 252 221 -
CMYK 0.37 0 0.12 0.01
HSL 159.78º 0.94% 0.81% -
HSV(B) 159.78º 0.37% 0.99% -
XYZ 62.36 82.31 81.01 -
YUV 220.96 128.02 84.52 -
System Red Green Blue C M Y K H S L
Decimal 160 252 221 0.37 0 0.12 0.01 159.78 0.94 0.81
Hex A0 FC DD 25 0 C 1 A0 5E 51
Octal 240 374 335 45 0 14 1 240 136 121
Binary 10100000 11111100 11011101 100101 0 1100 1 10100000 1011110 1010001

Color Harmonies of #A0FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCDD

Black with #A0FCDD

Text Example


Text Example

White with #A0FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCDD; }

 p { color: rgb(160,252,221); }

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

background-color css

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

 a { background-color: rgb(160,252,221); }

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

border-color css

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

 span { border-color: rgb(160,252,221); }

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