#9BEBD5

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

Shades of Magic Mint #9BEBD5

Tints of Magic Mint #9BEBD5

Color information

#9BEBD5 (or 0x9BEBD5) is unknown color: approx Magic Mint. HEX triplet: 9B, EB and D5. RGB value is (155,235,213). Sum of RGB (Red+Green+Blue) = 155+235+213=603 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.70% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBD5 is #64142A. Grayscale: #D0D0D0. Windows color (decimal): -6558763 or 14019483. OLE color: 14019483.

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

Color convert

RGB155235213-
CMYK0.3400.090.08
HSL163.5º66.67%76.47%-
HSV(B)163.5º34.04%92.16%-
XYZ55.2471.1973.78-
YUV208.57130.589.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.70%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 213 (83.59% from 255) = 35.32%
R=25.70%
G=38.97%
B=35.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552352130.3400.090.08163.566.6776.47
Hex9BEBD522098a4434c
Octal2333533254201110244103114
Binary1001101111101011110101011000100100110001010010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BEBD5; }

 p { color: rgb(155,235,213); }

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

<style>
 a { background-color: #9BEBD5; }

 a { background-color: rgb(155,235,213); }

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

<style>
 span { border-color: #9BEBD5; }

 span { border-color: rgb(155,235,213); }

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