#136B74

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

Shades of Allports #136B74

Tints of Allports #136B74

Color information

#136B74 (or 0x136B74) is unknown color: approx Allports. HEX triplet: 13, 6B and 74. RGB value is (19,107,116). Sum of RGB (Red+Green+Blue) = 19+107+116=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #136B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B74 is #EC948B. Grayscale: #515151. Windows color (decimal): -15504524 or 7629587. OLE color: 7629587.

HSL color Cylindrical-coordinate representation of color #136B74: hue angle of 185.57º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136B74 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB19107116-
CMYK0.840.0800.55
HSL185.57º71.85%26.47%-
HSV(B)185.57º83.62%45.49%-
XYZ8.6811.9118.37-
YUV81.71147.3583.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.85%
GREEN value IS 107 (42.19% from 255) = 44.21%
BLUE value IS 116 (45.70% from 255) = 47.93%
R=7.85%
G=44.21%
B=47.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal191071160.840.0800.55185.5771.8526.47
Hex136B74548037ba481a
Octal231531641241006727211032
Binary100111101011111010010101001000011011110111010100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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