#156D7C

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

Shades of Allports #156D7C

Tints of Allports #156D7C

Color information

#156D7C (or 0x156D7C) is unknown color: approx Allports. HEX triplet: 15, 6D and 7C. RGB value is (21,109,124). Sum of RGB (Red+Green+Blue) = 21+109+124=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #156D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156D7C is #EA9283. Grayscale: #545454. Windows color (decimal): -15372932 or 8154389. OLE color: 8154389.

HSL color Cylindrical-coordinate representation of color #156D7C: hue angle of 188.74º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #156D7C is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB21109124-
CMYK0.830.1200.51
HSL188.74º71.03%28.43%-
HSV(B)188.74º83.06%48.63%-
XYZ9.4212.5521-
YUV84.4150.3582.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.27%
GREEN value IS 109 (42.97% from 255) = 42.91%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=8.27%
G=42.91%
B=48.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal211091240.830.1200.51188.7471.0328.43
Hex156D7C53C033bd471c
Octal251551741231406327510734
Binary101011101101111110010100111100011001110111101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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