#146B60

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

Shades of Blue Stone #146B60

Tints of Blue Stone #146B60

Color information

#146B60 (or 0x146B60) is unknown color: approx Blue Stone. HEX triplet: 14, 6B and 60. RGB value is (20,107,96). Sum of RGB (Red+Green+Blue) = 20+107+96=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 107 - color contains mainly: green. Hex color #146B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146B60 is #EB949F. Grayscale: #4F4F4F. Windows color (decimal): -15439008 or 6318868. OLE color: 6318868.

HSL color Cylindrical-coordinate representation of color #146B60: hue angle of 172.41º degrees, saturation: 0.69, 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 #146B60 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB2010796-
CMYK0.8100.100.58
HSL172.41º68.5%24.9%-
HSV(B)172.41º81.31%41.96%-
XYZ7.6611.5112.88-
YUV79.73137.1885.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.97%
GREEN value IS 107 (42.19% from 255) = 47.98%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=8.97%
G=47.98%
B=43.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20107960.8100.100.58172.4168.524.9
Hex146B60510A3Aac4519
Octal241531401210127225410531
Binary101001101011110000010100010101011101010101100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146B60; }

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

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

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

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

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

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

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

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