#136E7A

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

Shades of Allports #136E7A

Tints of Allports #136E7A

Color information

#136E7A (or 0x136E7A) is unknown color: approx Allports. HEX triplet: 13, 6E and 7A. RGB value is (19,110,122). Sum of RGB (Red+Green+Blue) = 19+110+122=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #136E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E7A is #EC9185. Grayscale: #545454. Windows color (decimal): -15503750 or 8023571. OLE color: 8023571.

HSL color Cylindrical-coordinate representation of color #136E7A: hue angle of 186.99º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136E7A is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB19110122-
CMYK0.840.1000.52
HSL186.99º73.05%27.65%-
HSV(B)186.99º84.43%47.84%-
XYZ9.3612.720.37-
YUV84.16149.3581.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.57%
GREEN value IS 110 (43.36% from 255) = 43.82%
BLUE value IS 122 (48.05% from 255) = 48.61%
R=7.57%
G=43.82%
B=48.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal191101220.840.1000.52186.9973.0527.65
Hex136E7A54A034bb491c
Octal231561721241206427311134
Binary100111101110111101010101001010011010010111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,110,122); }

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

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

 a { background-color: rgb(19,110,122); }

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

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

 span { border-color: rgb(19,110,122); }

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