Html Css Color HEX #A5EBC0 Magic Mint

📋 copy color: '#A5EBC0'

red 165 ◦ green 235 ◦ blue 192

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

Shades of Magic Mint #A5EBC0

Tints of Magic Mint #A5EBC0

RGB

 RED value IS 165 (64.84% from 255) = 27.87%

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

 BLUE value IS 192 (75.39% from 255) = 32.43%

R = 27.87%
G = 39.7%
B = 32.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#A5EBC0 (or 0xA5EBC0) is known color: Magic Mint. HEX triplet: A5, EB and C0. RGB value is (165,235,192). Sum of RGB (Red+Green+Blue) = 165+235+192=592 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.87% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBC0 is #5A143F. Grayscale: #D1D1D1. Windows color (decimal): -5903424 or 12643237. OLE color: 12643237.

HSL color Cylindrical-coordinate representation of color #A5EBC0: hue angle of 143.14º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EBC0 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 235 192 -
CMYK 0.30 0 0.18 0.08
HSL 143.14º 0.64% 0.78% -
HSV(B) 143.14º 0.3% 0.92% -
XYZ 54.74 71.22 60.73 -
YUV 209.17 118.31 96.5 -
System Red Green Blue C M Y K H S L
Decimal 165 235 192 0.30 0 0.18 0.08 143.14 0.64 0.78
Hex A5 EB C0 1E 0 12 8 8F 40 4E
Octal 245 353 300 36 0 22 10 217 100 116
Binary 10100101 11101011 11000000 11110 0 10010 1000 10001111 1000000 1001110

Color Harmonies of #A5EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EBC0

Black with #A5EBC0

Text Example


Text Example

White with #A5EBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EBC0; }

 p { color: rgb(165,235,192); }

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

background-color css

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

 a { background-color: rgb(165,235,192); }

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

border-color css

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

 span { border-color: rgb(165,235,192); }

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