#136A75

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

Shades of Allports #136A75

Tints of Allports #136A75

Color information

#136A75 (or 0x136A75) is unknown color: approx Allports. HEX triplet: 13, 6A and 75. RGB value is (19,106,117). Sum of RGB (Red+Green+Blue) = 19+106+117=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #136A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A75 is #EC958A. Grayscale: #515151. Windows color (decimal): -15504779 or 7694867. OLE color: 7694867.

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

Color convert

RGB19106117-
CMYK0.840.0900.54
HSL186.73º72.06%26.67%-
HSV(B)186.73º83.76%45.88%-
XYZ8.6311.7318.64-
YUV81.24148.1883.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.85%
GREEN value IS 106 (41.80% from 255) = 43.80%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=7.85%
G=43.80%
B=48.35%

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
Decimal191061170.840.0900.54186.7372.0626.67
Hex136A75549036bb481b
Octal231521651241106627311033
Binary100111101010111010110101001001011011010111011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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