#146D5F

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

Shades of Blue Stone #146D5F

Tints of Blue Stone #146D5F

Color information

#146D5F (or 0x146D5F) is unknown color: approx Blue Stone. HEX triplet: 14, 6D and 5F. RGB value is (20,109,95). Sum of RGB (Red+Green+Blue) = 20+109+95=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 109 (42.97% from 255 or 48.66% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 109 - color contains mainly: green. Hex color #146D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146D5F is #EB92A0. Grayscale: #505050. Windows color (decimal): -15438497 or 6253844. OLE color: 6253844.

HSL color Cylindrical-coordinate representation of color #146D5F: hue angle of 170.56º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146D5F is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB2010995-
CMYK0.8200.130.57
HSL170.56º68.99%25.29%-
HSV(B)170.56º81.65%42.75%-
XYZ7.8211.9112.71-
YUV80.79136.0184.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.93%
GREEN value IS 109 (42.97% from 255) = 48.66%
BLUE value IS 95 (37.5% from 255) = 42.41%
R=8.93%
G=48.66%
B=42.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20109950.8200.130.57170.5668.9925.29
Hex146D5F520D39ab4519
Octal241551371220157125310531
Binary101001101101101111110100100110111100110101011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,109,95); }

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

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

 a { background-color: rgb(20,109,95); }

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

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

 span { border-color: rgb(20,109,95); }

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