#136F61

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

Shades of Blue Stone #136F61

Tints of Blue Stone #136F61

Color information

#136F61 (or 0x136F61) is unknown color: approx Blue Stone. HEX triplet: 13, 6F and 61. RGB value is (19,111,97). Sum of RGB (Red+Green+Blue) = 19+111+97=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #136F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F61 is #EC909E. Grayscale: #515151. Windows color (decimal): -15503519 or 6385427. OLE color: 6385427.

HSL color Cylindrical-coordinate representation of color #136F61: hue angle of 170.87º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F61 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1911197-
CMYK0.8300.130.56
HSL170.87º70.77%25.49%-
HSV(B)170.87º82.88%43.53%-
XYZ8.1112.3713.27-
YUV81.9136.5283.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 111 (43.75% from 255) = 48.90%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=8.37%
G=48.90%
B=42.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19111970.8300.130.56170.8770.7725.49
Hex136F61530D38ab4719
Octal231571411230157025310731
Binary100111101111110000110100110110111100010101011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136F61; }

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

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

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

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

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

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

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

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