Html Css Color HEX #A0E9CF Magic Mint

📋 copy color: '#A0E9CF'

red 160 ◦ green 233 ◦ blue 207

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

Shades of Magic Mint #A0E9CF

Tints of Magic Mint #A0E9CF

RGB

 RED value IS 160 (62.89% from 255) = 26.67%

 GREEN value IS 233 (91.41% from 255) = 38.83%

 BLUE value IS 207 (81.25% from 255) = 34.5%

R = 26.67%
G = 38.83%
B = 34.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#A0E9CF (or 0xA0E9CF) is known color: Magic Mint. HEX triplet: A0, E9 and CF. RGB value is (160,233,207). Sum of RGB (Red+Green+Blue) = 160+233+207=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9CF is #5F1630. Grayscale: #D0D0D0. Windows color (decimal): -6231601 or 13625760. OLE color: 13625760.

HSL color Cylindrical-coordinate representation of color #A0E9CF: hue angle of 158.63º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E9CF is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 233 207 -
CMYK 0.31 0 0.11 0.09
HSL 158.63º 0.62% 0.77% -
HSV(B) 158.63º 0.31% 0.91% -
XYZ 54.9 70.26 69.7 -
YUV 208.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 160 233 207 0.31 0 0.11 0.09 158.63 0.62 0.77
Hex A0 E9 CF 1F 0 B 9 9F 3E 4D
Octal 240 351 317 37 0 13 11 237 76 115
Binary 10100000 11101001 11001111 11111 0 1011 1001 10011111 111110 1001101

Color Harmonies of #A0E9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E9CF

Black with #A0E9CF

Text Example


Text Example

White with #A0E9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E9CF; }

 p { color: rgb(160,233,207); }

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

background-color css

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

 a { background-color: rgb(160,233,207); }

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

border-color css

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

 span { border-color: rgb(160,233,207); }

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