Html Css Color HEX #A5F0BF Magic Mint

📋 copy color: '#A5F0BF'

red 165 ◦ green 240 ◦ blue 191

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

Shades of Magic Mint #A5F0BF

Tints of Magic Mint #A5F0BF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.27%

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

R = 27.68%
G = 40.27%
B = 32.05%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#A5F0BF (or 0xA5F0BF) is known color: Magic Mint. HEX triplet: A5, F0 and BF. RGB value is (165,240,191). Sum of RGB (Red+Green+Blue) = 165+240+191=596 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.68% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F0BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F0BF is #5A0F40. Grayscale: #D4D4D4. Windows color (decimal): -5902145 or 12578981. OLE color: 12578981.

HSL color Cylindrical-coordinate representation of color #A5F0BF: hue angle of 140.8º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5F0BF is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 240 191 -
CMYK 0.31 0 0.20 0.06
HSL 140.8º 0.71% 0.79% -
HSV(B) 140.8º 0.31% 0.94% -
XYZ 56.08 74.08 60.63 -
YUV 211.99 116.15 94.48 -
System Red Green Blue C M Y K H S L
Decimal 165 240 191 0.31 0 0.20 0.06 140.8 0.71 0.79
Hex A5 F0 BF 1F 0 14 6 8D 47 4F
Octal 245 360 277 37 0 24 6 215 107 117
Binary 10100101 11110000 10111111 11111 0 10100 110 10001101 1000111 1001111

Color Harmonies of #A5F0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F0BF

Black with #A5F0BF

Text Example


Text Example

White with #A5F0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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