#157370

Color #157370 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #157370

Tints of Blue Stone #157370

Color information

#157370 (or 0x157370) is unknown color: approx Blue Stone. HEX triplet: 15, 73 and 70. RGB value is (21,115,112). Sum of RGB (Red+Green+Blue) = 21+115+112=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #157370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157370 is #EA8C8F. Grayscale: #565656. Windows color (decimal): -15371408 or 7369493. OLE color: 7369493.

HSL color Cylindrical-coordinate representation of color #157370: hue angle of 178.09º 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 #157370 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB21115112-
CMYK0.8200.030.55
HSL178.09º69.12%26.67%-
HSV(B)178.09º81.74%45.1%-
XYZ9.3613.5917.46-
YUV86.55142.3681.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.47%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=8.47%
G=46.37%
B=45.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal211151120.8200.030.55178.0969.1226.67
Hex157370520337b2451b
Octal25163160122036726210533
Binary1010111100111110000101001001111011110110010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157370; }

 p { color: rgb(21,115,112); }

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

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

 a { background-color: rgb(21,115,112); }

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

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

 span { border-color: rgb(21,115,112); }

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