#9CBEAD

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

Shades of Skeptic #9CBEAD

Tints of Skeptic #9CBEAD

Color information

#9CBEAD (or 0x9CBEAD) is unknown color: approx Skeptic. HEX triplet: 9C, BE and AD. RGB value is (156,190,173). Sum of RGB (Red+Green+Blue) = 156+190+173=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBEAD is #634152. Grayscale: #B1B1B1. Windows color (decimal): -6504787 or 11386524. OLE color: 11386524.

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

Color convert

RGB156190173-
CMYK0.1800.090.25
HSL150º20.73%67.84%-
HSV(B)150º17.89%74.51%-
XYZ39.6746.9146.5-
YUV177.9125.24112.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.06%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=30.06%
G=36.61%
B=33.33%

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
Decimal1561901730.1800.090.2515020.7367.84
Hex9CBEAD120919961544
Octal234276255220113122625104
Binary10011100101111101010110110010010011100110010110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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