#136B76

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

Shades of Allports #136B76

Tints of Allports #136B76

Color information

#136B76 (or 0x136B76) is unknown color: approx Allports. HEX triplet: 13, 6B and 76. RGB value is (19,107,118). Sum of RGB (Red+Green+Blue) = 19+107+118=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #136B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B76 is #EC9489. Grayscale: #515151. Windows color (decimal): -15504522 or 7760659. OLE color: 7760659.

HSL color Cylindrical-coordinate representation of color #136B76: hue angle of 186.67º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136B76 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB19107118-
CMYK0.840.0900.54
HSL186.67º72.26%26.86%-
HSV(B)186.67º83.9%46.27%-
XYZ8.811.9618.98-
YUV81.94148.3583.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.79%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=7.79%
G=43.85%
B=48.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191071180.840.0900.54186.6772.2626.86
Hex136B76549036bb481b
Octal231531661241106627311033
Binary100111101011111011010101001001011011010111011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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