#157C8C

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

Shades of Allports #157C8C

Tints of Allports #157C8C

Color information

#157C8C (or 0x157C8C) is unknown color: approx Allports. HEX triplet: 15, 7C and 8C. RGB value is (21,124,140). Sum of RGB (Red+Green+Blue) = 21+124+140=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #157C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157C8C is #EA8373. Grayscale: #5E5E5E. Windows color (decimal): -15369076 or 9206805. OLE color: 9206805.

HSL color Cylindrical-coordinate representation of color #157C8C: hue angle of 188.07º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157C8C is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB21124140-
CMYK0.850.1100.45
HSL188.07º73.91%31.57%-
HSV(B)188.07º85%54.9%-
XYZ12.2516.4727.34-
YUV95.03153.3875.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.37%
GREEN value IS 124 (48.83% from 255) = 43.51%
BLUE value IS 140 (55.08% from 255) = 49.12%
R=7.37%
G=43.51%
B=49.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211241400.850.1100.45188.0773.9131.57
Hex157C8C55B02Dbc4a20
Octal251742141251305527411240
Binary10101111110010001100101010110110101101101111001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157C8C; }

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

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

<style>
 a { background-color: #157C8C; }

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

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

<style>
 span { border-color: #157C8C; }

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

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