Html Css Color HEX #A0E3CB Magic Mint

📋 copy color: '#A0E3CB'

red 160 ◦ green 227 ◦ blue 203

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

Shades of Magic Mint #A0E3CB

Tints of Magic Mint #A0E3CB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.47%

 BLUE value IS 203 (79.69% from 255) = 34.41%

R = 27.12%
G = 38.47%
B = 34.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#A0E3CB (or 0xA0E3CB) is known color: Magic Mint. HEX triplet: A0, E3 and CB. RGB value is (160,227,203). Sum of RGB (Red+Green+Blue) = 160+227+203=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 227 (89.06% from 255 or 38.47% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E3CB is #5F1C34. Grayscale: #CCCCCC. Windows color (decimal): -6233141 or 13362080. OLE color: 13362080.

HSL color Cylindrical-coordinate representation of color #A0E3CB: hue angle of 158.51º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E3CB is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 227 203 -
CMYK 0.30 0 0.11 0.11
HSL 158.51º 0.54% 0.76% -
HSV(B) 158.51º 0.3% 0.89% -
XYZ 52.75 66.72 66.6 -
YUV 204.23 127.3 96.45 -
System Red Green Blue C M Y K H S L
Decimal 160 227 203 0.30 0 0.11 0.11 158.51 0.54 0.76
Hex A0 E3 CB 1E 0 B B 9F 36 4C
Octal 240 343 313 36 0 13 13 237 66 114
Binary 10100000 11100011 11001011 11110 0 1011 1011 10011111 110110 1001100

Color Harmonies of #A0E3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E3CB

Black with #A0E3CB

Text Example


Text Example

White with #A0E3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E3CB; }

 p { color: rgb(160,227,203); }

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

background-color css

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

 a { background-color: rgb(160,227,203); }

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

border-color css

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

 span { border-color: rgb(160,227,203); }

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