#146C5D

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

Shades of Blue Stone #146C5D

Tints of Blue Stone #146C5D

Color information

#146C5D (or 0x146C5D) is unknown color: approx Blue Stone. HEX triplet: 14, 6C and 5D. RGB value is (20,108,93). Sum of RGB (Red+Green+Blue) = 20+108+93=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 108 - color contains mainly: green. Hex color #146C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146C5D is #EB93A2. Grayscale: #4F4F4F. Windows color (decimal): -15438755 or 6122516. OLE color: 6122516.

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

Color convert

RGB2010893-
CMYK0.8100.140.58
HSL169.77º68.75%25.1%-
HSV(B)169.77º81.48%42.35%-
XYZ7.6311.6612.21-
YUV79.98135.3585.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.05%
GREEN value IS 108 (42.58% from 255) = 48.87%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=9.05%
G=48.87%
B=42.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20108930.8100.140.58169.7768.7525.1
Hex146C5D510E3Aaa4519
Octal241541351210167225210531
Binary101001101100101110110100010111011101010101010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,108,93); }

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

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

 a { background-color: rgb(20,108,93); }

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

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

 span { border-color: rgb(20,108,93); }

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