Html Css Color HEX #A5EACD Magic Mint

📋 copy color: '#A5EACD'

red 165 ◦ green 234 ◦ blue 205

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

Shades of Magic Mint #A5EACD

Tints of Magic Mint #A5EACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.94%

R = 27.32%
G = 38.74%
B = 33.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#A5EACD (or 0xA5EACD) is known color: Magic Mint. HEX triplet: A5, EA and CD. RGB value is (165,234,205). Sum of RGB (Red+Green+Blue) = 165+234+205=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EACD is #5A1532. Grayscale: #D2D2D2. Windows color (decimal): -5903667 or 13494949. OLE color: 13494949.

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

Color convert

RGB 165 234 205 -
CMYK 0.29 0 0.12 0.08
HSL 154.78º 0.62% 0.78% -
HSV(B) 154.78º 0.29% 0.92% -
XYZ 55.96 71.25 68.56 -
YUV 210.06 125.14 95.86 -
System Red Green Blue C M Y K H S L
Decimal 165 234 205 0.29 0 0.12 0.08 154.78 0.62 0.78
Hex A5 EA CD 1D 0 C 8 9B 3E 4E
Octal 245 352 315 35 0 14 10 233 76 116
Binary 10100101 11101010 11001101 11101 0 1100 1000 10011011 111110 1001110

Color Harmonies of #A5EACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EACD

Black with #A5EACD

Text Example


Text Example

White with #A5EACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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