Html Css Color HEX #A5EEBF Magic Mint

📋 copy color: '#A5EEBF'

red 165 ◦ green 238 ◦ blue 191

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

Shades of Magic Mint #A5EEBF

Tints of Magic Mint #A5EEBF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.07%

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

R = 27.78%
G = 40.07%
B = 32.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#A5EEBF (or 0xA5EEBF) is known color: Magic Mint. HEX triplet: A5, EE and BF. RGB value is (165,238,191). Sum of RGB (Red+Green+Blue) = 165+238+191=594 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.78% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EEBF is #5A1140. Grayscale: #D2D2D2. Windows color (decimal): -5902657 or 12578469. OLE color: 12578469.

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

Color convert

RGB 165 238 191 -
CMYK 0.31 0 0.20 0.07
HSL 141.37º 0.68% 0.79% -
HSV(B) 141.37º 0.31% 0.93% -
XYZ 55.5 72.91 60.44 -
YUV 210.82 116.82 95.32 -
System Red Green Blue C M Y K H S L
Decimal 165 238 191 0.31 0 0.20 0.07 141.37 0.68 0.79
Hex A5 EE BF 1F 0 14 7 8D 44 4F
Octal 245 356 277 37 0 24 7 215 104 117
Binary 10100101 11101110 10111111 11111 0 10100 111 10001101 1000100 1001111

Color Harmonies of #A5EEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EEBF

Black with #A5EEBF

Text Example


Text Example

White with #A5EEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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