#136161

Color #136161 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #136161

Tints of Blue Stone #136161

Color information

#136161 (or 0x136161) is unknown color: approx Blue Stone. HEX triplet: 13, 61 and 61. RGB value is (19,97,97). Sum of RGB (Red+Green+Blue) = 19+97+97=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: green, blue. Hex color #136161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136161 is #EC9E9E. Grayscale: #494949. Windows color (decimal): -15507103 or 6381843. OLE color: 6381843.

HSL color Cylindrical-coordinate representation of color #136161: hue angle of 180º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136161 is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB199797-
CMYK0.80000.62
HSL180º67.24%22.75%-
HSV(B)180º80.41%38.04%-
XYZ6.79.5512.8-
YUV73.68141.1689-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 97 (38.28% from 255) = 45.54%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=8.92%
G=45.54%
B=45.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997970.80000.6218067.2422.75
Hex13616150003Eb44317
Octal23141141120007626410327
Binary100111100001110000110100000011111010110100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136161; }

 p { color: rgb(19,97,97); }

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

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

 a { background-color: rgb(19,97,97); }

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

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

 span { border-color: rgb(19,97,97); }

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