#99E8CD

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

Shades of Magic Mint #99E8CD

Tints of Magic Mint #99E8CD

Color information

#99E8CD (or 0x99E8CD) is unknown color: approx Magic Mint. HEX triplet: 99, E8 and CD. RGB value is (153,232,205). Sum of RGB (Red+Green+Blue) = 153+232+205=590 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.93% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 232 - color contains mainly: green. Hex color #99E8CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99E8CD is #661732. Grayscale: #CDCDCD. Windows color (decimal): -6690611 or 13494425. OLE color: 13494425.

HSL color Cylindrical-coordinate representation of color #99E8CD: hue angle of 159.49º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99E8CD is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB153232205-
CMYK0.3400.120.09
HSL159.49º63.2%75.49%-
HSV(B)159.49º34.05%90.98%-
XYZ53.0168.8968.26-
YUV205.3127.8390.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.93%
GREEN value IS 232 (91.02% from 255) = 39.32%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=25.93%
G=39.32%
B=34.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1532322050.3400.120.09159.4963.275.49
Hex99E8CD220C99f3f4b
Octal231350315420141123777113
Binary100110011110100011001101100010011001001100111111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,232,205); }

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

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

 a { background-color: rgb(153,232,205); }

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

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

 span { border-color: rgb(153,232,205); }

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