#9BEBCF

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

Shades of Magic Mint #9BEBCF

Tints of Magic Mint #9BEBCF

Color information

#9BEBCF (or 0x9BEBCF) is unknown color: approx Magic Mint. HEX triplet: 9B, EB and CF. RGB value is (155,235,207). Sum of RGB (Red+Green+Blue) = 155+235+207=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBCF is #641430. Grayscale: #CFCFCF. Windows color (decimal): -6558769 or 13626267. OLE color: 13626267.

HSL color Cylindrical-coordinate representation of color #9BEBCF: hue angle of 159º 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 #9BEBCF is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB155235207-
CMYK0.3400.120.08
HSL159º66.67%76.47%-
HSV(B)159º34.04%92.16%-
XYZ54.4970.8969.84-
YUV207.89127.590.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.96%
GREEN value IS 235 (92.19% from 255) = 39.36%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=25.96%
G=39.36%
B=34.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552352070.3400.120.0815966.6776.47
Hex9BEBCF220C89f434c
Octal2333533174201410237103114
Binary1001101111101011110011111000100110010001001111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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