Html Css Color HEX #A5EACB Magic Mint

📋 copy color: '#A5EACB'

red 165 ◦ green 234 ◦ blue 203

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

Shades of Magic Mint #A5EACB

Tints of Magic Mint #A5EACB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.87%

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

R = 27.41%
G = 38.87%
B = 33.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#A5EACB (or 0xA5EACB) is known color: Magic Mint. HEX triplet: A5, EA and CB. RGB value is (165,234,203). Sum of RGB (Red+Green+Blue) = 165+234+203=602 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.41% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EACB is #5A1534. Grayscale: #D1D1D1. Windows color (decimal): -5903669 or 13363877. OLE color: 13363877.

HSL color Cylindrical-coordinate representation of color #A5EACB: hue angle of 153.04º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5EACB is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 234 203 -
CMYK 0.29 0 0.13 0.08
HSL 153.04º 0.62% 0.78% -
HSV(B) 153.04º 0.29% 0.92% -
XYZ 55.72 71.16 67.3 -
YUV 209.84 124.14 96.02 -
System Red Green Blue C M Y K H S L
Decimal 165 234 203 0.29 0 0.13 0.08 153.04 0.62 0.78
Hex A5 EA CB 1D 0 D 8 99 3E 4E
Octal 245 352 313 35 0 15 10 231 76 116
Binary 10100101 11101010 11001011 11101 0 1101 1000 10011001 111110 1001110

Color Harmonies of #A5EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EACB

Black with #A5EACB

Text Example


Text Example

White with #A5EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EACB; }

 p { color: rgb(165,234,203); }

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

background-color css

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

 a { background-color: rgb(165,234,203); }

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

border-color css

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

 span { border-color: rgb(165,234,203); }

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