#15706E

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

Shades of Blue Stone #15706E

Tints of Blue Stone #15706E

Color information

#15706E (or 0x15706E) is unknown color: approx Blue Stone. HEX triplet: 15, 70 and 6E. RGB value is (21,112,110). Sum of RGB (Red+Green+Blue) = 21+112+110=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #15706E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15706E is #EA8F91. Grayscale: #545454. Windows color (decimal): -15372178 or 7237653. OLE color: 7237653.

HSL color Cylindrical-coordinate representation of color #15706E: hue angle of 178.68º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15706E is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB21112110-
CMYK0.8100.020.56
HSL178.68º68.42%26.08%-
HSV(B)178.68º81.25%43.92%-
XYZ8.9212.8716.77-
YUV84.56142.3582.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.64%
GREEN value IS 112 (44.14% from 255) = 46.09%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=8.64%
G=46.09%
B=45.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal211121100.8100.020.56178.6868.4226.08
Hex15706E510238b3441a
Octal25160156121027026310432
Binary1010111100001101110101000101011100010110011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15706E; }

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

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

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

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

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

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

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

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