#156661

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

Shades of Blue Stone #156661

Tints of Blue Stone #156661

Color information

#156661 (or 0x156661) is unknown color: approx Blue Stone. HEX triplet: 15, 66 and 61. RGB value is (21,102,97). Sum of RGB (Red+Green+Blue) = 21+102+97=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #156661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156661 is #EA999E. Grayscale: #4D4D4D. Windows color (decimal): -15374751 or 6383125. OLE color: 6383125.

HSL color Cylindrical-coordinate representation of color #156661: hue angle of 176.3º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156661 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB2110297-
CMYK0.7900.050.6
HSL176.3º65.85%24.12%-
HSV(B)176.3º79.41%40%-
XYZ7.2210.5312.96-
YUV77.21139.1687.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.55%
GREEN value IS 102 (40.23% from 255) = 46.36%
BLUE value IS 97 (38.28% from 255) = 44.09%
R=9.55%
G=46.36%
B=44.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102970.7900.050.6176.365.8524.12
Hex1566614F053Cb04218
Octal25146141117057426010230
Binary10101110011011000011001111010111110010110000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156661; }

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

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

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

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

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

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

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

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