Html Css Color HEX #A5FCD0 Magic Mint

📋 copy color: '#A5FCD0'

red 165 ◦ green 252 ◦ blue 208

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

Shades of Magic Mint #A5FCD0

Tints of Magic Mint #A5FCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.28%

R = 26.4%
G = 40.32%
B = 33.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#A5FCD0 (or 0xA5FCD0) is known color: Magic Mint. HEX triplet: A5, FC and D0. RGB value is (165,252,208). Sum of RGB (Red+Green+Blue) = 165+252+208=625 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.4% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FCD0 is #5A032F. Grayscale: #DDDDDD. Windows color (decimal): -5899056 or 13696165. OLE color: 13696165.

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

Color convert

RGB 165 252 208 -
CMYK 0.35 0 0.17 0.01
HSL 149.66º 0.94% 0.82% -
HSV(B) 149.66º 0.35% 0.99% -
XYZ 61.71 82.17 72.28 -
YUV 220.97 120.68 88.08 -
System Red Green Blue C M Y K H S L
Decimal 165 252 208 0.35 0 0.17 0.01 149.66 0.94 0.82
Hex A5 FC D0 23 0 11 1 96 5E 52
Octal 245 374 320 43 0 21 1 226 136 122
Binary 10100101 11111100 11010000 100011 0 10001 1 10010110 1011110 1010010

Color Harmonies of #A5FCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FCD0

Black with #A5FCD0

Text Example


Text Example

White with #A5FCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FCD0; }

 p { color: rgb(165,252,208); }

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

background-color css

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

 a { background-color: rgb(165,252,208); }

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

border-color css

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

 span { border-color: rgb(165,252,208); }

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