Html Css Color HEX #A9EDCC Magic Mint

📋 copy color: '#A9EDCC'

red 169 ◦ green 237 ◦ blue 204

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

Shades of Magic Mint #A9EDCC

Tints of Magic Mint #A9EDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.44%

R = 27.7%
G = 38.85%
B = 33.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#A9EDCC (or 0xA9EDCC) is known color: Magic Mint. HEX triplet: A9, ED and CC. RGB value is (169,237,204). Sum of RGB (Red+Green+Blue) = 169+237+204=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EDCC is #561233. Grayscale: #D4D4D4. Windows color (decimal): -5640756 or 13430185. OLE color: 13430185.

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

Color convert

RGB 169 237 204 -
CMYK 0.29 0 0.14 0.07
HSL 150.88º 0.65% 0.8% -
HSV(B) 150.88º 0.29% 0.93% -
XYZ 57.55 73.36 68.25 -
YUV 212.91 122.97 96.68 -
System Red Green Blue C M Y K H S L
Decimal 169 237 204 0.29 0 0.14 0.07 150.88 0.65 0.8
Hex A9 ED CC 1D 0 E 7 97 41 50
Octal 251 355 314 35 0 16 7 227 101 120
Binary 10101001 11101101 11001100 11101 0 1110 111 10010111 1000001 1010000

Color Harmonies of #A9EDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EDCC

Black with #A9EDCC

Text Example


Text Example

White with #A9EDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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