Html Css Color HEX #A5EAD1 Magic Mint

📋 copy color: '#A5EAD1'

red 165 ◦ green 234 ◦ blue 209

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

Shades of Magic Mint #A5EAD1

Tints of Magic Mint #A5EAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.38%

R = 27.14%
G = 38.49%
B = 34.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#A5EAD1 (or 0xA5EAD1) is known color: Magic Mint. HEX triplet: A5, EA and D1. RGB value is (165,234,209). Sum of RGB (Red+Green+Blue) = 165+234+209=608 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.14% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EAD1 is #5A152E. Grayscale: #D2D2D2. Windows color (decimal): -5903663 or 13757093. OLE color: 13757093.

HSL color Cylindrical-coordinate representation of color #A5EAD1: hue angle of 158.26º 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 #A5EAD1 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 234 209 -
CMYK 0.29 0 0.11 0.08
HSL 158.26º 0.62% 0.78% -
HSV(B) 158.26º 0.29% 0.92% -
XYZ 56.45 71.45 71.14 -
YUV 210.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 165 234 209 0.29 0 0.11 0.08 158.26 0.62 0.78
Hex A5 EA D1 1D 0 B 8 9E 3E 4E
Octal 245 352 321 35 0 13 10 236 76 116
Binary 10100101 11101010 11010001 11101 0 1011 1000 10011110 111110 1001110

Color Harmonies of #A5EAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EAD1

Black with #A5EAD1

Text Example


Text Example

White with #A5EAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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