#136B7F

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

Shades of Allports #136B7F

Tints of Allports #136B7F

Color information

#136B7F (or 0x136B7F) is unknown color: approx Allports. HEX triplet: 13, 6B and 7F. RGB value is (19,107,127). Sum of RGB (Red+Green+Blue) = 19+107+127=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #136B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B7F is #EC9480. Grayscale: #525252. Windows color (decimal): -15504513 or 8350483. OLE color: 8350483.

HSL color Cylindrical-coordinate representation of color #136B7F: hue angle of 191.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136B7F is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB19107127-
CMYK0.850.1600.50
HSL191.11º73.97%28.63%-
HSV(B)191.11º85.04%49.8%-
XYZ9.3612.1921.94-
YUV82.97152.8582.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 107 (42.19% from 255) = 42.29%
BLUE value IS 127 (50% from 255) = 50.20%
R=7.51%
G=42.29%
B=50.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal191071270.850.1600.50191.1173.9728.63
Hex136B7F5510032bf4a1d
Octal231531771252006227711235
Binary1001111010111111111101010110000011001010111111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,107,127); }

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

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

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

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

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

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

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