Html Css Color HEX #A9EACD Magic Mint

📋 copy color: '#A9EACD'

red 169 ◦ green 234 ◦ blue 205

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

Shades of Magic Mint #A9EACD

Tints of Magic Mint #A9EACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.72%

R = 27.8%
G = 38.49%
B = 33.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#A9EACD (or 0xA9EACD) is known color: Magic Mint. HEX triplet: A9, EA and CD. RGB value is (169,234,205). Sum of RGB (Red+Green+Blue) = 169+234+205=608 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.80% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EACD is #561532. Grayscale: #D3D3D3. Windows color (decimal): -5641523 or 13494953. OLE color: 13494953.

HSL color Cylindrical-coordinate representation of color #A9EACD: hue angle of 153.23º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9EACD is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 234 205 -
CMYK 0.28 0 0.12 0.08
HSL 153.23º 0.61% 0.79% -
HSV(B) 153.23º 0.28% 0.92% -
XYZ 56.8 71.69 68.6 -
YUV 211.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 169 234 205 0.28 0 0.12 0.08 153.23 0.61 0.79
Hex A9 EA CD 1C 0 C 8 99 3D 4F
Octal 251 352 315 34 0 14 10 231 75 117
Binary 10101001 11101010 11001101 11100 0 1100 1000 10011001 111101 1001111

Color Harmonies of #A9EACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EACD

Black with #A9EACD

Text Example


Text Example

White with #A9EACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EACD; }

 p { color: rgb(169,234,205); }

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

background-color css

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

 a { background-color: rgb(169,234,205); }

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

border-color css

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

 span { border-color: rgb(169,234,205); }

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