Html Css Color HEX #A5ECC0 Magic Mint

📋 copy color: '#A5ECC0'

red 165 ◦ green 236 ◦ blue 192

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

Shades of Magic Mint #A5ECC0

Tints of Magic Mint #A5ECC0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.8%

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

R = 27.82%
G = 39.8%
B = 32.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#A5ECC0 (or 0xA5ECC0) is known color: Magic Mint. HEX triplet: A5, EC and C0. RGB value is (165,236,192). Sum of RGB (Red+Green+Blue) = 165+236+192=593 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.82% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECC0 is #5A133F. Grayscale: #D1D1D1. Windows color (decimal): -5903168 or 12643493. OLE color: 12643493.

HSL color Cylindrical-coordinate representation of color #A5ECC0: hue angle of 142.82º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5ECC0 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 236 192 -
CMYK 0.30 0 0.19 0.07
HSL 142.82º 0.65% 0.79% -
HSV(B) 142.82º 0.3% 0.93% -
XYZ 55.03 71.8 60.83 -
YUV 209.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 165 236 192 0.30 0 0.19 0.07 142.82 0.65 0.79
Hex A5 EC C0 1E 0 13 7 8F 41 4F
Octal 245 354 300 36 0 23 7 217 101 117
Binary 10100101 11101100 11000000 11110 0 10011 111 10001111 1000001 1001111

Color Harmonies of #A5ECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ECC0

Black with #A5ECC0

Text Example


Text Example

White with #A5ECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ECC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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