Html Css Color HEX #A5F1BF Magic Mint

📋 copy color: '#A5F1BF'

red 165 ◦ green 241 ◦ blue 191

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

Shades of Magic Mint #A5F1BF

Tints of Magic Mint #A5F1BF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.37%

 BLUE value IS 191 (75% from 255) = 31.99%

R = 27.64%
G = 40.37%
B = 31.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#A5F1BF (or 0xA5F1BF) is known color: Magic Mint. HEX triplet: A5, F1 and BF. RGB value is (165,241,191). Sum of RGB (Red+Green+Blue) = 165+241+191=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F1BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F1BF is #5A0E40. Grayscale: #D4D4D4. Windows color (decimal): -5901889 or 12579237. OLE color: 12579237.

HSL color Cylindrical-coordinate representation of color #A5F1BF: hue angle of 140.53º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F1BF is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 241 191 -
CMYK 0.32 0 0.21 0.05
HSL 140.53º 0.73% 0.8% -
HSV(B) 140.53º 0.32% 0.95% -
XYZ 56.38 74.67 60.73 -
YUV 212.58 115.82 94.07 -
System Red Green Blue C M Y K H S L
Decimal 165 241 191 0.32 0 0.21 0.05 140.53 0.73 0.8
Hex A5 F1 BF 20 0 15 5 8D 49 50
Octal 245 361 277 40 0 25 5 215 111 120
Binary 10100101 11110001 10111111 100000 0 10101 101 10001101 1001001 1010000

Color Harmonies of #A5F1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F1BF

Black with #A5F1BF

Text Example


Text Example

White with #A5F1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F1BF; }

 p { color: rgb(165,241,191); }

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

background-color css

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

 a { background-color: rgb(165,241,191); }

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

border-color css

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

 span { border-color: rgb(165,241,191); }

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