Html Css Color HEX #A9EDD5 Magic Mint

📋 copy color: '#A9EDD5'

red 169 ◦ green 237 ◦ blue 213

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

Shades of Magic Mint #A9EDD5

Tints of Magic Mint #A9EDD5

RGB

 RED value IS 169 (66.41% from 255) = 27.3%

 GREEN value IS 237 (92.97% from 255) = 38.29%

 BLUE value IS 213 (83.59% from 255) = 34.41%

R = 27.3%
G = 38.29%
B = 34.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#A9EDD5 (or 0xA9EDD5) is known color: Magic Mint. HEX triplet: A9, ED and D5. RGB value is (169,237,213). Sum of RGB (Red+Green+Blue) = 169+237+213=619 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.30% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EDD5 is #56122A. Grayscale: #D5D5D5. Windows color (decimal): -5640747 or 14020009. OLE color: 14020009.

HSL color Cylindrical-coordinate representation of color #A9EDD5: hue angle of 158.82º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EDD5 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 237 213 -
CMYK 0.29 0 0.10 0.07
HSL 158.82º 0.65% 0.8% -
HSV(B) 158.82º 0.29% 0.93% -
XYZ 58.66 73.81 74.11 -
YUV 213.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 169 237 213 0.29 0 0.10 0.07 158.82 0.65 0.8
Hex A9 ED D5 1D 0 A 7 9F 41 50
Octal 251 355 325 35 0 12 7 237 101 120
Binary 10101001 11101101 11010101 11101 0 1010 111 10011111 1000001 1010000

Color Harmonies of #A9EDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EDD5

Black with #A9EDD5

Text Example


Text Example

White with #A9EDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EDD5; }

 p { color: rgb(169,237,213); }

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

background-color css

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

 a { background-color: rgb(169,237,213); }

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

border-color css

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

 span { border-color: rgb(169,237,213); }

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