Html Css Color HEX #A8ECC8 Magic Mint

📋 copy color: '#A8ECC8'

red 168 ◦ green 236 ◦ blue 200

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

Shades of Magic Mint #A8ECC8

Tints of Magic Mint #A8ECC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.11%

R = 27.81%
G = 39.07%
B = 33.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#A8ECC8 (or 0xA8ECC8) is known color: Magic Mint. HEX triplet: A8, EC and C8. RGB value is (168,236,200). Sum of RGB (Red+Green+Blue) = 168+236+200=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECC8 is #571337. Grayscale: #D3D3D3. Windows color (decimal): -5706552 or 13167784. OLE color: 13167784.

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

Color convert

RGB 168 236 200 -
CMYK 0.29 0 0.15 0.07
HSL 148.24º 0.64% 0.79% -
HSV(B) 148.24º 0.29% 0.93% -
XYZ 56.57 72.49 65.65 -
YUV 211.56 121.47 96.93 -
System Red Green Blue C M Y K H S L
Decimal 168 236 200 0.29 0 0.15 0.07 148.24 0.64 0.79
Hex A8 EC C8 1D 0 F 7 94 40 4F
Octal 250 354 310 35 0 17 7 224 100 117
Binary 10101000 11101100 11001000 11101 0 1111 111 10010100 1000000 1001111

Color Harmonies of #A8ECC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ECC8

Black with #A8ECC8

Text Example


Text Example

White with #A8ECC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ECC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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