#99EDCB

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

Shades of Magic Mint #99EDCB

Tints of Magic Mint #99EDCB

Color information

#99EDCB (or 0x99EDCB) is unknown color: approx Magic Mint. HEX triplet: 99, ED and CB. RGB value is (153,237,203). Sum of RGB (Red+Green+Blue) = 153+237+203=593 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.80% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EDCB is #661234. Grayscale: #D0D0D0. Windows color (decimal): -6689333 or 13364633. OLE color: 13364633.

HSL color Cylindrical-coordinate representation of color #99EDCB: hue angle of 155.71º degrees, saturation: 0.7, 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 #99EDCB is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB153237203-
CMYK0.3500.140.07
HSL155.71º70%76.47%-
HSV(B)155.71º35.44%92.94%-
XYZ54.271.6567.47-
YUV208.01125.1788.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.80%
GREEN value IS 237 (92.97% from 255) = 39.97%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=25.80%
G=39.97%
B=34.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532372030.3500.140.07155.717076.47
Hex99EDCB230E79c464c
Octal231355313430167234106114
Binary100110011110110111001011100011011101111001110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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