Html Css Color HEX #A8ECD6 Magic Mint

📋 copy color: '#A8ECD6'

red 168 ◦ green 236 ◦ blue 214

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

Shades of Magic Mint #A8ECD6

Tints of Magic Mint #A8ECD6

RGB

 RED value IS 168 (66.02% from 255) = 27.18%

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

 BLUE value IS 214 (83.98% from 255) = 34.63%

R = 27.18%
G = 38.19%
B = 34.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#A8ECD6 (or 0xA8ECD6) is known color: Magic Mint. HEX triplet: A8, EC and D6. RGB value is (168,236,214). Sum of RGB (Red+Green+Blue) = 168+236+214=618 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.18% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 214 (83.98% from 255 or 34.63% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECD6 is #571329. Grayscale: #D5D5D5. Windows color (decimal): -5706538 or 14085288. OLE color: 14085288.

HSL color Cylindrical-coordinate representation of color #A8ECD6: hue angle of 160.59º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ECD6 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 236 214 -
CMYK 0.29 0 0.09 0.07
HSL 160.59º 0.64% 0.79% -
HSV(B) 160.59º 0.29% 0.93% -
XYZ 58.28 73.17 74.67 -
YUV 213.16 128.47 95.79 -
System Red Green Blue C M Y K H S L
Decimal 168 236 214 0.29 0 0.09 0.07 160.59 0.64 0.79
Hex A8 EC D6 1D 0 9 7 A1 40 4F
Octal 250 354 326 35 0 11 7 241 100 117
Binary 10101000 11101100 11010110 11101 0 1001 111 10100001 1000000 1001111

Color Harmonies of #A8ECD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ECD6

Black with #A8ECD6

Text Example


Text Example

White with #A8ECD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ECD6; }

 p { color: rgb(168,236,214); }

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

background-color css

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

 a { background-color: rgb(168,236,214); }

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

border-color css

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

 span { border-color: rgb(168,236,214); }

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