#146B6F

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

Shades of Blue Stone #146B6F

Tints of Blue Stone #146B6F

Color information

#146B6F (or 0x146B6F) is unknown color: approx Blue Stone. HEX triplet: 14, 6B and 6F. RGB value is (20,107,111). Sum of RGB (Red+Green+Blue) = 20+107+111=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #146B6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146B6F is #EB9490. Grayscale: #515151. Windows color (decimal): -15438993 or 7301908. OLE color: 7301908.

HSL color Cylindrical-coordinate representation of color #146B6F: hue angle of 182.64º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146B6F is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB20107111-
CMYK0.820.0400.56
HSL182.64º69.47%25.69%-
HSV(B)182.64º81.98%43.53%-
XYZ8.4211.8116.88-
YUV81.44144.6884.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.40%
GREEN value IS 107 (42.19% from 255) = 44.96%
BLUE value IS 111 (43.75% from 255) = 46.64%
R=8.40%
G=44.96%
B=46.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal201071110.820.0400.56182.6469.4725.69
Hex146B6F524038b7451a
Octal24153157122407026710532
Binary10100110101111011111010010100011100010110111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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