#9CBEAB

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

Shades of Skeptic #9CBEAB

Tints of Skeptic #9CBEAB

Color information

#9CBEAB (or 0x9CBEAB) is unknown color: approx Skeptic. HEX triplet: 9C, BE and AB. RGB value is (156,190,171). Sum of RGB (Red+Green+Blue) = 156+190+171=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBEAB is #634154. Grayscale: #B1B1B1. Windows color (decimal): -6504789 or 11255452. OLE color: 11255452.

HSL color Cylindrical-coordinate representation of color #9CBEAB: hue angle of 146.47º 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 #9CBEAB is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB156190171-
CMYK0.1800.100.25
HSL146.47º20.73%67.84%-
HSV(B)146.47º17.89%74.51%-
XYZ39.4746.8445.49-
YUV177.67124.24112.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=30.17%
G=36.75%
B=33.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561901710.1800.100.25146.4720.7367.84
Hex9CBEAB120A19921544
Octal234276253220123122225104
Binary10011100101111101010101110010010101100110010010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,190,171); }

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

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

 a { background-color: rgb(156,190,171); }

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

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

 span { border-color: rgb(156,190,171); }

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