#136C6F

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

Shades of Blue Stone #136C6F

Tints of Blue Stone #136C6F

Color information

#136C6F (or 0x136C6F) is unknown color: approx Blue Stone. HEX triplet: 13, 6C and 6F. RGB value is (19,108,111). Sum of RGB (Red+Green+Blue) = 19+108+111=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #136C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C6F is #EC9390. Grayscale: #515151. Windows color (decimal): -15504273 or 7302163. OLE color: 7302163.

HSL color Cylindrical-coordinate representation of color #136C6F: hue angle of 181.96º 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 #136C6F is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB19108111-
CMYK0.830.0300.56
HSL181.96º70.77%25.49%-
HSV(B)181.96º82.88%43.53%-
XYZ8.512.0116.91-
YUV81.73144.5183.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 108 (42.58% from 255) = 45.38%
BLUE value IS 111 (43.75% from 255) = 46.64%
R=7.98%
G=45.38%
B=46.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal191081110.830.0300.56181.9670.7725.49
Hex136C6F533038b64719
Octal23154157123307026610731
Binary1001111011001101111101001111011100010110110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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