#156C67

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

Shades of Blue Stone #156C67

Tints of Blue Stone #156C67

Color information

#156C67 (or 0x156C67) is unknown color: approx Blue Stone. HEX triplet: 15, 6C and 67. RGB value is (21,108,103). Sum of RGB (Red+Green+Blue) = 21+108+103=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 108 - color contains mainly: green. Hex color #156C67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156C67 is #EA9398. Grayscale: #515151. Windows color (decimal): -15373209 or 6777877. OLE color: 6777877.

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

Color convert

RGB21108103-
CMYK0.8100.050.58
HSL176.55º67.44%25.29%-
HSV(B)176.55º80.56%42.35%-
XYZ8.1211.8614.69-
YUV81.42140.1884.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.05%
GREEN value IS 108 (42.58% from 255) = 46.55%
BLUE value IS 103 (40.62% from 255) = 44.40%
R=9.05%
G=46.55%
B=44.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal211081030.8100.050.58176.5567.4425.29
Hex156C6751053Ab14319
Octal25154147121057226110331
Binary10101110110011001111010001010111101010110001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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