Html Css Color HEX #A0EBCF Magic Mint

📋 copy color: '#A0EBCF'

red 160 ◦ green 235 ◦ blue 207

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

Shades of Magic Mint #A0EBCF

Tints of Magic Mint #A0EBCF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.04%

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

R = 26.58%
G = 39.04%
B = 34.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#A0EBCF (or 0xA0EBCF) is known color: Magic Mint. HEX triplet: A0, EB and CF. RGB value is (160,235,207). Sum of RGB (Red+Green+Blue) = 160+235+207=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBCF is #5F1430. Grayscale: #D1D1D1. Windows color (decimal): -6231089 or 13626272. OLE color: 13626272.

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

Color convert

RGB 160 235 207 -
CMYK 0.32 0 0.12 0.08
HSL 157.6º 0.65% 0.77% -
HSV(B) 157.6º 0.32% 0.92% -
XYZ 55.47 71.4 69.89 -
YUV 209.38 126.65 92.78 -
System Red Green Blue C M Y K H S L
Decimal 160 235 207 0.32 0 0.12 0.08 157.6 0.65 0.77
Hex A0 EB CF 20 0 C 8 9E 41 4D
Octal 240 353 317 40 0 14 10 236 101 115
Binary 10100000 11101011 11001111 100000 0 1100 1000 10011110 1000001 1001101

Color Harmonies of #A0EBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EBCF

Black with #A0EBCF

Text Example


Text Example

White with #A0EBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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