Html Css Color HEX #A5FFDC Magic Mint

📋 copy color: '#A5FFDC'

red 165 ◦ green 255 ◦ blue 220

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

Shades of Magic Mint #A5FFDC

Tints of Magic Mint #A5FFDC

RGB

 RED value IS 165 (64.84% from 255) = 25.78%

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

 BLUE value IS 220 (86.33% from 255) = 34.38%

R = 25.78%
G = 39.84%
B = 34.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#A5FFDC (or 0xA5FFDC) is known color: Magic Mint. HEX triplet: A5, FF and DC. RGB value is (165,255,220). Sum of RGB (Red+Green+Blue) = 165+255+220=640 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.78% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFDC is #5A0023. Grayscale: #E0E0E0. Windows color (decimal): -5898276 or 14483365. OLE color: 14483365.

HSL color Cylindrical-coordinate representation of color #A5FFDC: hue angle of 156.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FFDC is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 165 255 220 -
CMYK 0.35 0 0.14 0
HSL 156.67º 1% 0.82% -
HSV(B) 156.67º 0.35% 1% -
XYZ 64.2 84.69 80.67 -
YUV 224.1 125.68 85.85 -
System Red Green Blue C M Y K H S L
Decimal 165 255 220 0.35 0 0.14 0 156.67 1 0.82
Hex A5 FF DC 23 0 E 0 9D 64 52
Octal 245 377 334 43 0 16 0 235 144 122
Binary 10100101 11111111 11011100 100011 0 1110 0 10011101 1100100 1010010

Color Harmonies of #A5FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FFDC

Black with #A5FFDC

Text Example


Text Example

White with #A5FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FFDC; }

 p { color: rgb(165,255,220); }

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

background-color css

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

 a { background-color: rgb(165,255,220); }

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

border-color css

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

 span { border-color: rgb(165,255,220); }

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