#A8EDCB

Color #A8EDCB Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #A8EDCB

Tints of Magic Mint #A8EDCB

Color information

#A8EDCB (or 0xA8EDCB) is unknown color: approx Magic Mint. HEX triplet: A8, ED and CB. RGB value is (168,237,203). Sum of RGB (Red+Green+Blue) = 168+237+203=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDCB is #571234. Grayscale: #D4D4D4. Windows color (decimal): -5706293 or 13364648. OLE color: 13364648.

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

Color convert

RGB168237203-
CMYK0.2900.140.07
HSL150.43º65.71%79.41%-
HSV(B)150.43º29.11%92.94%-
XYZ57.2173.2167.61-
YUV212.49122.6496.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.63%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 203 (79.69% from 255) = 33.39%
R=27.63%
G=38.98%
B=33.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682372030.2900.140.07150.4365.7179.41
HexA8EDCB1D0E796424f
Octal250355313350167226102117
Binary10101000111011011100101111101011101111001011010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EDCB; }

 p { color: rgb(168,237,203); }

 H1.HeaderClassName
 {
   color: #A8EDCB;
 }
 .AnyTagClassName
 {
   color: #A8EDCB;
 }
</style>
background-color css

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

 a { background-color: rgb(168,237,203); }

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

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

 span { border-color: rgb(168,237,203); }

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