#146E65

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

Shades of Blue Stone #146E65

Tints of Blue Stone #146E65

Color information

#146E65 (or 0x146E65) is unknown color: approx Blue Stone. HEX triplet: 14, 6E and 65. RGB value is (20,110,101). Sum of RGB (Red+Green+Blue) = 20+110+101=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #146E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146E65 is #EB919A. Grayscale: #525252. Windows color (decimal): -15438235 or 6647316. OLE color: 6647316.

HSL color Cylindrical-coordinate representation of color #146E65: hue angle of 174º 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 #146E65 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB20110101-
CMYK0.8200.080.57
HSL174º69.23%25.49%-
HSV(B)174º81.82%43.14%-
XYZ8.2112.2414.24-
YUV82.06138.6883.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 110 (43.36% from 255) = 47.62%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=8.66%
G=47.62%
B=43.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal201101010.8200.080.5717469.2325.49
Hex146E65520839ae4519
Octal241561451220107125610531
Binary101001101110110010110100100100011100110101110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,110,101); }

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

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

 a { background-color: rgb(20,110,101); }

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

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

 span { border-color: rgb(20,110,101); }

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