#156C7C

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

Shades of Allports #156C7C

Tints of Allports #156C7C

Color information

#156C7C (or 0x156C7C) is unknown color: approx Allports. HEX triplet: 15, 6C and 7C. RGB value is (21,108,124). Sum of RGB (Red+Green+Blue) = 21+108+124=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #156C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156C7C is #EA9383. Grayscale: #535353. Windows color (decimal): -15373188 or 8154133. OLE color: 8154133.

HSL color Cylindrical-coordinate representation of color #156C7C: hue angle of 189.32º 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 #156C7C is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB21108124-
CMYK0.830.1300.51
HSL189.32º71.03%28.43%-
HSV(B)189.32º83.06%48.63%-
XYZ9.3112.3420.96-
YUV83.81150.6883.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.30%
GREEN value IS 108 (42.58% from 255) = 42.69%
BLUE value IS 124 (48.83% from 255) = 49.01%
R=8.30%
G=42.69%
B=49.01%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal211081240.830.1300.51189.3271.0328.43
Hex156C7C53D033bd471c
Octal251541741231506327510734
Binary101011101100111110010100111101011001110111101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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