#136C75

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

Shades of Allports #136C75

Tints of Allports #136C75

Color information

#136C75 (or 0x136C75) is unknown color: approx Allports. HEX triplet: 13, 6C and 75. RGB value is (19,108,117). Sum of RGB (Red+Green+Blue) = 19+108+117=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #136C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C75 is #EC938A. Grayscale: #525252. Windows color (decimal): -15504267 or 7695379. OLE color: 7695379.

HSL color Cylindrical-coordinate representation of color #136C75: hue angle of 185.51º 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 #136C75 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB19108117-
CMYK0.840.0800.54
HSL185.51º72.06%26.67%-
HSV(B)185.51º83.76%45.88%-
XYZ8.8412.1518.71-
YUV82.42147.5182.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.79%
GREEN value IS 108 (42.58% from 255) = 44.26%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=7.79%
G=44.26%
B=47.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191081170.840.0800.54185.5172.0626.67
Hex136C75548036ba481b
Octal231541651241006627211033
Binary100111101100111010110101001000011011010111010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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