Html Css Color HEX #A5FFD2 Magic Mint

📋 copy color: '#A5FFD2'

red 165 ◦ green 255 ◦ blue 210

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

Shades of Magic Mint #A5FFD2

Tints of Magic Mint #A5FFD2

RGB

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

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

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

R = 26.19%
G = 40.48%
B = 33.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#A5FFD2 (or 0xA5FFD2) is known color: Magic Mint. HEX triplet: A5, FF and D2. RGB value is (165,255,210). Sum of RGB (Red+Green+Blue) = 165+255+210=630 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.19% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFD2 is #5A002D. Grayscale: #DFDFDF. Windows color (decimal): -5898286 or 13828005. OLE color: 13828005.

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

Color convert

RGB 165 255 210 -
CMYK 0.35 0 0.18 0
HSL 150º 1% 0.82% -
HSV(B) 150º 0.35% 1% -
XYZ 62.91 84.17 73.9 -
YUV 222.96 120.68 86.66 -
System Red Green Blue C M Y K H S L
Decimal 165 255 210 0.35 0 0.18 0 150 1 0.82
Hex A5 FF D2 23 0 12 0 96 64 52
Octal 245 377 322 43 0 22 0 226 144 122
Binary 10100101 11111111 11010010 100011 0 10010 0 10010110 1100100 1010010

Color Harmonies of #A5FFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FFD2

Black with #A5FFD2

Text Example


Text Example

White with #A5FFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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