#146960

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

Shades of Blue Stone #146960

Tints of Blue Stone #146960

Color information

#146960 (or 0x146960) is unknown color: approx Blue Stone. HEX triplet: 14, 69 and 60. RGB value is (20,105,96). Sum of RGB (Red+Green+Blue) = 20+105+96=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #146960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146960 is #EB969F. Grayscale: #4E4E4E. Windows color (decimal): -15439520 or 6318356. OLE color: 6318356.

HSL color Cylindrical-coordinate representation of color #146960: hue angle of 173.65º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146960 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB2010596-
CMYK0.8100.090.59
HSL173.65º68%24.51%-
HSV(B)173.65º80.95%41.18%-
XYZ7.4511.112.82-
YUV78.56137.8486.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.05%
GREEN value IS 105 (41.41% from 255) = 47.51%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=9.05%
G=47.51%
B=43.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20105960.8100.090.59173.656824.51
Hex14696051093Bae4419
Octal241511401210117325610431
Binary101001101001110000010100010100111101110101110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146960; }

 p { color: rgb(20,105,96); }

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

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

 a { background-color: rgb(20,105,96); }

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

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

 span { border-color: rgb(20,105,96); }

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