#99E6CB

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

Shades of Magic Mint #99E6CB

Tints of Magic Mint #99E6CB

Color information

#99E6CB (or 0x99E6CB) is unknown color: approx Magic Mint. HEX triplet: 99, E6 and CB. RGB value is (153,230,203). Sum of RGB (Red+Green+Blue) = 153+230+203=586 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.11% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 230 - color contains mainly: green. Hex color #99E6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99E6CB is #661934. Grayscale: #CBCBCB. Windows color (decimal): -6691125 or 13362841. OLE color: 13362841.

HSL color Cylindrical-coordinate representation of color #99E6CB: hue angle of 158.96º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99E6CB is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB153230203-
CMYK0.3300.120.10
HSL158.96º60.63%75.1%-
HSV(B)158.96º33.48%90.2%-
XYZ52.2167.6866.81-
YUV203.9127.4991.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.11%
GREEN value IS 230 (90.23% from 255) = 39.25%
BLUE value IS 203 (79.69% from 255) = 34.64%
R=26.11%
G=39.25%
B=34.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1532302030.3300.120.10158.9660.6375.1
Hex99E6CB210CA9f3d4b
Octal231346313410141223775113
Binary100110011110011011001011100001011001010100111111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,230,203); }

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

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

 a { background-color: rgb(153,230,203); }

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

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

 span { border-color: rgb(153,230,203); }

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