#156B66

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

Shades of Blue Stone #156B66

Tints of Blue Stone #156B66

Color information

#156B66 (or 0x156B66) is unknown color: approx Blue Stone. HEX triplet: 15, 6B and 66. RGB value is (21,107,102). Sum of RGB (Red+Green+Blue) = 21+107+102=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 107 - color contains mainly: green. Hex color #156B66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156B66 is #EA9499. Grayscale: #505050. Windows color (decimal): -15373466 or 6712085. OLE color: 6712085.

HSL color Cylindrical-coordinate representation of color #156B66: hue angle of 176.51º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156B66 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB21107102-
CMYK0.8000.050.58
HSL176.51º67.19%25.1%-
HSV(B)176.51º80.37%41.96%-
XYZ7.9711.6314.4-
YUV80.72140.0185.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.13%
GREEN value IS 107 (42.19% from 255) = 46.52%
BLUE value IS 102 (40.23% from 255) = 44.35%
R=9.13%
G=46.52%
B=44.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal211071020.8000.050.58176.5167.1925.1
Hex156B6650053Ab14319
Octal25153146120057226110331
Binary10101110101111001101010000010111101010110001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,107,102); }

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

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

 a { background-color: rgb(21,107,102); }

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

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

 span { border-color: rgb(21,107,102); }

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