#99EBC5

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

Shades of Magic Mint #99EBC5

Tints of Magic Mint #99EBC5

Color information

#99EBC5 (or 0x99EBC5) is unknown color: approx Magic Mint. HEX triplet: 99, EB and C5. RGB value is (153,235,197). Sum of RGB (Red+Green+Blue) = 153+235+197=585 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.15% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBC5 is #66143A. Grayscale: #CECECE. Windows color (decimal): -6689851 or 12970905. OLE color: 12970905.

HSL color Cylindrical-coordinate representation of color #99EBC5: hue angle of 152.2º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EBC5 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB153235197-
CMYK0.3500.160.08
HSL152.2º67.21%76.08%-
HSV(B)152.2º34.89%92.16%-
XYZ52.9270.2263.59-
YUV206.15122.8390.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.15%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 197 (77.34% from 255) = 33.68%
R=26.15%
G=40.17%
B=33.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532351970.3500.160.08152.267.2176.08
Hex99EBC523010898434c
Octal2313533054302010230103114
Binary10011001111010111100010110001101000010001001100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,235,197); }

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

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

 a { background-color: rgb(153,235,197); }

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

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

 span { border-color: rgb(153,235,197); }

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