#9BBEAC

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

Shades of Skeptic #9BBEAC

Tints of Skeptic #9BBEAC

Color information

#9BBEAC (or 0x9BBEAC) is unknown color: approx Skeptic. HEX triplet: 9B, BE and AC. RGB value is (155,190,172). Sum of RGB (Red+Green+Blue) = 155+190+172=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBEAC is #644153. Grayscale: #B1B1B1. Windows color (decimal): -6570324 or 11320987. OLE color: 11320987.

HSL color Cylindrical-coordinate representation of color #9BBEAC: hue angle of 149.14º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBEAC is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB155190172-
CMYK0.1800.090.25
HSL149.14º21.21%67.65%-
HSV(B)149.14º18.42%74.51%-
XYZ39.3846.7745.98-
YUV177.48124.9111.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.98%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=29.98%
G=36.75%
B=33.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901720.1800.090.25149.1421.2167.65
Hex9BBEAC120919951544
Octal233276254220113122525104
Binary10011011101111101010110010010010011100110010101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,190,172); }

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

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

 a { background-color: rgb(155,190,172); }

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

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

 span { border-color: rgb(155,190,172); }

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