Html Css Color HEX #A9E0CA Magic Mint

📋 copy color: '#A9E0CA'

red 169 ◦ green 224 ◦ blue 202

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

Shades of Magic Mint #A9E0CA

Tints of Magic Mint #A9E0CA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.65%

 BLUE value IS 202 (79.3% from 255) = 33.95%

R = 28.4%
G = 37.65%
B = 33.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#A9E0CA (or 0xA9E0CA) is known color: Magic Mint. HEX triplet: A9, E0 and CA. RGB value is (169,224,202). Sum of RGB (Red+Green+Blue) = 169+224+202=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E0CA is #561F35. Grayscale: #CDCDCD. Windows color (decimal): -5644086 or 13295785. OLE color: 13295785.

HSL color Cylindrical-coordinate representation of color #A9E0CA: hue angle of 156º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9E0CA is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 224 202 -
CMYK 0.25 0 0.10 0.12
HSL 156º 0.47% 0.77% -
HSV(B) 156º 0.25% 0.88% -
XYZ 53.68 66.01 65.79 -
YUV 205.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 169 224 202 0.25 0 0.10 0.12 156 0.47 0.77
Hex A9 E0 CA 19 0 A C 9C 2F 4D
Octal 251 340 312 31 0 12 14 234 57 115
Binary 10101001 11100000 11001010 11001 0 1010 1100 10011100 101111 1001101

Color Harmonies of #A9E0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E0CA

Black with #A9E0CA

Text Example


Text Example

White with #A9E0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E0CA; }

 p { color: rgb(169,224,202); }

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

background-color css

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

 a { background-color: rgb(169,224,202); }

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

border-color css

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

 span { border-color: rgb(169,224,202); }

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