Html Css Color HEX #A5ECCE Magic Mint

📋 copy color: '#A5ECCE'

red 165 ◦ green 236 ◦ blue 206

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

Shades of Magic Mint #A5ECCE

Tints of Magic Mint #A5ECCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.94%

R = 27.18%
G = 38.88%
B = 33.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#A5ECCE (or 0xA5ECCE) is known color: Magic Mint. HEX triplet: A5, EC and CE. RGB value is (165,236,206). Sum of RGB (Red+Green+Blue) = 165+236+206=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECCE is #5A1331. Grayscale: #D3D3D3. Windows color (decimal): -5903154 or 13560997. OLE color: 13560997.

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

Color convert

RGB 165 236 206 -
CMYK 0.30 0 0.13 0.07
HSL 154.65º 0.65% 0.79% -
HSV(B) 154.65º 0.3% 0.93% -
XYZ 56.65 72.45 69.39 -
YUV 211.35 124.98 94.94 -
System Red Green Blue C M Y K H S L
Decimal 165 236 206 0.30 0 0.13 0.07 154.65 0.65 0.79
Hex A5 EC CE 1E 0 D 7 9B 41 4F
Octal 245 354 316 36 0 15 7 233 101 117
Binary 10100101 11101100 11001110 11110 0 1101 111 10011011 1000001 1001111

Color Harmonies of #A5ECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ECCE

Black with #A5ECCE

Text Example


Text Example

White with #A5ECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ECCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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