Html Css Color HEX #A5F9D9 Magic Mint

📋 copy color: '#A5F9D9'

red 165 ◦ green 249 ◦ blue 217

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

Shades of Magic Mint #A5F9D9

Tints of Magic Mint #A5F9D9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.46%

 BLUE value IS 217 (85.16% from 255) = 34.39%

R = 26.15%
G = 39.46%
B = 34.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#A5F9D9 (or 0xA5F9D9) is known color: Magic Mint. HEX triplet: A5, F9 and D9. RGB value is (165,249,217). Sum of RGB (Red+Green+Blue) = 165+249+217=631 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.15% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F9D9 is #5A0626. Grayscale: #DCDCDC. Windows color (decimal): -5899815 or 14285221. OLE color: 14285221.

HSL color Cylindrical-coordinate representation of color #A5F9D9: hue angle of 157.14º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5F9D9 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 249 217 -
CMYK 0.34 0 0.13 0.02
HSL 157.14º 0.88% 0.81% -
HSV(B) 157.14º 0.34% 0.98% -
XYZ 61.92 80.76 77.97 -
YUV 220.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 165 249 217 0.34 0 0.13 0.02 157.14 0.88 0.81
Hex A5 F9 D9 22 0 D 2 9D 58 51
Octal 245 371 331 42 0 15 2 235 130 121
Binary 10100101 11111001 11011001 100010 0 1101 10 10011101 1011000 1010001

Color Harmonies of #A5F9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F9D9

Black with #A5F9D9

Text Example


Text Example

White with #A5F9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F9D9; }

 p { color: rgb(165,249,217); }

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

background-color css

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

 a { background-color: rgb(165,249,217); }

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

border-color css

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

 span { border-color: rgb(165,249,217); }

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