Html Css Color HEX #A5EBC4 Magic Mint

📋 copy color: '#A5EBC4'

red 165 ◦ green 235 ◦ blue 196

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

Shades of Magic Mint #A5EBC4

Tints of Magic Mint #A5EBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.89%

R = 27.68%
G = 39.43%
B = 32.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#A5EBC4 (or 0xA5EBC4) is known color: Magic Mint. HEX triplet: A5, EB and C4. RGB value is (165,235,196). Sum of RGB (Red+Green+Blue) = 165+235+196=596 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.68% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBC4 is #5A143B. Grayscale: #D1D1D1. Windows color (decimal): -5903420 or 12905381. OLE color: 12905381.

HSL color Cylindrical-coordinate representation of color #A5EBC4: hue angle of 146.57º 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 #A5EBC4 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 235 196 -
CMYK 0.30 0 0.17 0.08
HSL 146.57º 0.64% 0.78% -
HSV(B) 146.57º 0.3% 0.92% -
XYZ 55.19 71.4 63.1 -
YUV 209.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 165 235 196 0.30 0 0.17 0.08 146.57 0.64 0.78
Hex A5 EB C4 1E 0 11 8 93 40 4E
Octal 245 353 304 36 0 21 10 223 100 116
Binary 10100101 11101011 11000100 11110 0 10001 1000 10010011 1000000 1001110

Color Harmonies of #A5EBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EBC4

Black with #A5EBC4

Text Example


Text Example

White with #A5EBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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