Html Css Color HEX #A5EAC5 Magic Mint

📋 copy color: '#A5EAC5'

red 165 ◦ green 234 ◦ blue 197

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

Shades of Magic Mint #A5EAC5

Tints of Magic Mint #A5EAC5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.26%

 BLUE value IS 197 (77.34% from 255) = 33.05%

R = 27.68%
G = 39.26%
B = 33.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#A5EAC5 (or 0xA5EAC5) is known color: Magic Mint. HEX triplet: A5, EA and C5. RGB value is (165,234,197). Sum of RGB (Red+Green+Blue) = 165+234+197=596 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.68% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EAC5 is #5A153A. Grayscale: #D1D1D1. Windows color (decimal): -5903675 or 12970661. OLE color: 12970661.

HSL color Cylindrical-coordinate representation of color #A5EAC5: hue angle of 147.83º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5EAC5 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 234 197 -
CMYK 0.29 0 0.16 0.08
HSL 147.83º 0.62% 0.78% -
HSV(B) 147.83º 0.29% 0.92% -
XYZ 55.02 70.88 63.6 -
YUV 209.15 121.14 96.51 -
System Red Green Blue C M Y K H S L
Decimal 165 234 197 0.29 0 0.16 0.08 147.83 0.62 0.78
Hex A5 EA C5 1D 0 10 8 94 3E 4E
Octal 245 352 305 35 0 20 10 224 76 116
Binary 10100101 11101010 11000101 11101 0 10000 1000 10010100 111110 1001110

Color Harmonies of #A5EAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EAC5

Black with #A5EAC5

Text Example


Text Example

White with #A5EAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EAC5; }

 p { color: rgb(165,234,197); }

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

background-color css

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

 a { background-color: rgb(165,234,197); }

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

border-color css

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

 span { border-color: rgb(165,234,197); }

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