Html Css Color HEX #A0ECC8 Magic Mint

📋 copy color: '#A0ECC8'

red 160 ◦ green 236 ◦ blue 200

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

Shades of Magic Mint #A0ECC8

Tints of Magic Mint #A0ECC8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.6%

 BLUE value IS 200 (78.52% from 255) = 33.56%

R = 26.85%
G = 39.6%
B = 33.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#A0ECC8 (or 0xA0ECC8) is known color: Magic Mint. HEX triplet: A0, EC and C8. RGB value is (160,236,200). Sum of RGB (Red+Green+Blue) = 160+236+200=596 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.85% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECC8 is #5F1337. Grayscale: #D1D1D1. Windows color (decimal): -6230840 or 13167776. OLE color: 13167776.

HSL color Cylindrical-coordinate representation of color #A0ECC8: hue angle of 151.58º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0ECC8 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 236 200 -
CMYK 0.32 0 0.15 0.07
HSL 151.58º 0.67% 0.78% -
HSV(B) 151.58º 0.32% 0.93% -
XYZ 54.92 71.63 65.58 -
YUV 209.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 160 236 200 0.32 0 0.15 0.07 151.58 0.67 0.78
Hex A0 EC C8 20 0 F 7 98 43 4E
Octal 240 354 310 40 0 17 7 230 103 116
Binary 10100000 11101100 11001000 100000 0 1111 111 10011000 1000011 1001110

Color Harmonies of #A0ECC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ECC8

Black with #A0ECC8

Text Example


Text Example

White with #A0ECC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ECC8; }

 p { color: rgb(160,236,200); }

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

background-color css

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

 a { background-color: rgb(160,236,200); }

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

border-color css

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

 span { border-color: rgb(160,236,200); }

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