#9BEBCA

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

Shades of Magic Mint #9BEBCA

Tints of Magic Mint #9BEBCA

Color information

#9BEBCA (or 0x9BEBCA) is unknown color: approx Magic Mint. HEX triplet: 9B, EB and CA. RGB value is (155,235,202). Sum of RGB (Red+Green+Blue) = 155+235+202=592 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.18% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBCA is #641435. Grayscale: #CFCFCF. Windows color (decimal): -6558774 or 13298587. OLE color: 13298587.

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

Color convert

RGB155235202-
CMYK0.3400.140.08
HSL155.25º66.67%76.47%-
HSV(B)155.25º34.04%92.16%-
XYZ53.8970.6566.67-
YUV207.3212590.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.18%
GREEN value IS 235 (92.19% from 255) = 39.70%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=26.18%
G=39.70%
B=34.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552352020.3400.140.08155.2566.6776.47
Hex9BEBCA220E89b434c
Octal2333533124201610233103114
Binary1001101111101011110010101000100111010001001101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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