Html Css Color HEX #A5ECD5 Magic Mint

📋 copy color: '#A5ECD5'

red 165 ◦ green 236 ◦ blue 213

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

Shades of Magic Mint #A5ECD5

Tints of Magic Mint #A5ECD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.69%

R = 26.87%
G = 38.44%
B = 34.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#A5ECD5 (or 0xA5ECD5) is known color: Magic Mint. HEX triplet: A5, EC and D5. RGB value is (165,236,213). Sum of RGB (Red+Green+Blue) = 165+236+213=614 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.87% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECD5 is #5A132A. Grayscale: #D4D4D4. Windows color (decimal): -5903147 or 14019749. OLE color: 14019749.

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

Color convert

RGB 165 236 213 -
CMYK 0.30 0 0.10 0.07
HSL 160.56º 0.65% 0.79% -
HSV(B) 160.56º 0.3% 0.93% -
XYZ 57.52 72.79 73.97 -
YUV 212.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 165 236 213 0.30 0 0.10 0.07 160.56 0.65 0.79
Hex A5 EC D5 1E 0 A 7 A1 41 4F
Octal 245 354 325 36 0 12 7 241 101 117
Binary 10100101 11101100 11010101 11110 0 1010 111 10100001 1000001 1001111

Color Harmonies of #A5ECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ECD5

Black with #A5ECD5

Text Example


Text Example

White with #A5ECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ECD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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