#136E75

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

Shades of Allports #136E75

Tints of Allports #136E75

Color information

#136E75 (or 0x136E75) is unknown color: approx Allports. HEX triplet: 13, 6E and 75. RGB value is (19,110,117). Sum of RGB (Red+Green+Blue) = 19+110+117=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #136E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E75 is #EC918A. Grayscale: #535353. Windows color (decimal): -15503755 or 7695891. OLE color: 7695891.

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

Color convert

RGB19110117-
CMYK0.840.0600.54
HSL184.29º72.06%26.67%-
HSV(B)184.29º83.76%45.88%-
XYZ9.0612.5718.78-
YUV83.59146.8581.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.72%
GREEN value IS 110 (43.36% from 255) = 44.72%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=7.72%
G=44.72%
B=47.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191101170.840.0600.54184.2972.0626.67
Hex136E75546036b8481b
Octal23156165124606627011033
Binary10011110111011101011010100110011011010111000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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