Html Css Color HEX #A5FFDB Magic Mint

📋 copy color: '#A5FFDB'

red 165 ◦ green 255 ◦ blue 219

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

Shades of Magic Mint #A5FFDB

Tints of Magic Mint #A5FFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.27%

R = 25.82%
G = 39.91%
B = 34.27%

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

#A5FFDB (or 0xA5FFDB) is known color: Magic Mint. HEX triplet: A5, FF and DB. RGB value is (165,255,219). Sum of RGB (Red+Green+Blue) = 165+255+219=639 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.82% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFDB is #5A0024. Grayscale: #E0E0E0. Windows color (decimal): -5898277 or 14417829. OLE color: 14417829.

HSL color Cylindrical-coordinate representation of color #A5FFDB: hue angle of 156º 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 #A5FFDB is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 165 255 219 -
CMYK 0.35 0 0.14 0
HSL 156º 1% 0.82% -
HSV(B) 156º 0.35% 1% -
XYZ 64.06 84.63 79.98 -
YUV 223.99 125.18 85.93 -
System Red Green Blue C M Y K H S L
Decimal 165 255 219 0.35 0 0.14 0 156 1 0.82
Hex A5 FF DB 23 0 E 0 9C 64 52
Octal 245 377 333 43 0 16 0 234 144 122
Binary 10100101 11111111 11011011 100011 0 1110 0 10011100 1100100 1010010

Color Harmonies of #A5FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FFDB

Black with #A5FFDB

Text Example


Text Example

White with #A5FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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