#99EBC8

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

Shades of Magic Mint #99EBC8

Tints of Magic Mint #99EBC8

Color information

#99EBC8 (or 0x99EBC8) is unknown color: approx Magic Mint. HEX triplet: 99, EB and C8. RGB value is (153,235,200). Sum of RGB (Red+Green+Blue) = 153+235+200=588 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.02% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBC8 is #661437. Grayscale: #CECECE. Windows color (decimal): -6689848 or 13167513. OLE color: 13167513.

HSL color Cylindrical-coordinate representation of color #99EBC8: hue angle of 154.39º 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 #99EBC8 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB153235200-
CMYK0.3500.150.08
HSL154.39º67.21%76.08%-
HSV(B)154.39º34.89%92.16%-
XYZ53.2770.3665.42-
YUV206.49124.3389.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.02%
GREEN value IS 235 (92.19% from 255) = 39.97%
BLUE value IS 200 (78.52% from 255) = 34.01%
R=26.02%
G=39.97%
B=34.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532352000.3500.150.08154.3967.2176.08
Hex99EBC8230F89a434c
Octal2313533104301710232103114
Binary1001100111101011110010001000110111110001001101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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