#156261

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

Shades of Blue Stone #156261

Tints of Blue Stone #156261

Color information

#156261 (or 0x156261) is unknown color: approx Blue Stone. HEX triplet: 15, 62 and 61. RGB value is (21,98,97). Sum of RGB (Red+Green+Blue) = 21+98+97=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #156261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156261 is #EA9D9E. Grayscale: #4A4A4A. Windows color (decimal): -15375775 or 6382101. OLE color: 6382101.

HSL color Cylindrical-coordinate representation of color #156261: hue angle of 179.22º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156261 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB219897-
CMYK0.7900.010.62
HSL179.22º64.71%23.33%-
HSV(B)179.22º78.57%38.43%-
XYZ6.839.7612.83-
YUV74.86140.4989.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.72%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=9.72%
G=45.37%
B=44.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198970.7900.010.62179.2264.7123.33
Hex1562614F013Eb34117
Octal25142141117017626310127
Binary101011100010110000110011110111111010110011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156261; }

 p { color: rgb(21,98,97); }

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

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

 a { background-color: rgb(21,98,97); }

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

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

 span { border-color: rgb(21,98,97); }

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