#156D75

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

Shades of Allports #156D75

Tints of Allports #156D75

Color information

#156D75 (or 0x156D75) is unknown color: approx Allports. HEX triplet: 15, 6D and 75. RGB value is (21,109,117). Sum of RGB (Red+Green+Blue) = 21+109+117=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #156D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156D75 is #EA928A. Grayscale: #535353. Windows color (decimal): -15372939 or 7695637. OLE color: 7695637.

HSL color Cylindrical-coordinate representation of color #156D75: hue angle of 185º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #156D75 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB21109117-
CMYK0.820.0700.54
HSL185º69.57%27.06%-
HSV(B)185º82.05%45.88%-
XYZ8.9912.3818.75-
YUV83.6146.8583.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.50%
GREEN value IS 109 (42.97% from 255) = 44.13%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=8.50%
G=44.13%
B=47.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211091170.820.0700.5418569.5727.06
Hex156D75527036b9461b
Octal25155165122706627110633
Binary10101110110111101011010010111011011010111001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156D75; }

 p { color: rgb(21,109,117); }

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

<style>
 a { background-color: #156D75; }

 a { background-color: rgb(21,109,117); }

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

<style>
 span { border-color: #156D75; }

 span { border-color: rgb(21,109,117); }

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