#156C74

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

Shades of Allports #156C74

Tints of Allports #156C74

Color information

#156C74 (or 0x156C74) is unknown color: approx Allports. HEX triplet: 15, 6C and 74. RGB value is (21,108,116). Sum of RGB (Red+Green+Blue) = 21+108+116=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #156C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156C74 is #EA938B. Grayscale: #525252. Windows color (decimal): -15373196 or 7629845. OLE color: 7629845.

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

Color convert

RGB21108116-
CMYK0.820.0700.55
HSL185.05º69.34%26.86%-
HSV(B)185.05º81.9%45.49%-
XYZ8.8212.1518.4-
YUV82.9146.6883.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 108 (42.58% from 255) = 44.08%
BLUE value IS 116 (45.70% from 255) = 47.35%
R=8.57%
G=44.08%
B=47.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal211081160.820.0700.55185.0569.3426.86
Hex156C74527037b9451b
Octal25154164122706727110533
Binary10101110110011101001010010111011011110111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,108,116); }

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

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

 a { background-color: rgb(21,108,116); }

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

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

 span { border-color: rgb(21,108,116); }

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