#99ECCE

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

Shades of Magic Mint #99ECCE

Tints of Magic Mint #99ECCE

Color information

#99ECCE (or 0x99ECCE) is unknown color: approx Magic Mint. HEX triplet: 99, EC and CE. RGB value is (153,236,206). Sum of RGB (Red+Green+Blue) = 153+236+206=595 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.71% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99ECCE is #661331. Grayscale: #CFCFCF. Windows color (decimal): -6689586 or 13560985. OLE color: 13560985.

HSL color Cylindrical-coordinate representation of color #99ECCE: hue angle of 158.31º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99ECCE is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB153236206-
CMYK0.3500.130.07
HSL158.31º68.6%76.27%-
HSV(B)158.31º35.17%92.55%-
XYZ54.2771.2269.28-
YUV207.7612788.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.71%
GREEN value IS 236 (92.58% from 255) = 39.66%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=25.71%
G=39.66%
B=34.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532362060.3500.130.07158.3168.676.27
Hex99ECCE230D79e454c
Octal231354316430157236105114
Binary100110011110110011001110100011011011111001111010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ECCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99ECCE; }

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

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

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

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

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

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

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

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