#146E6B

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

Shades of Blue Stone #146E6B

Tints of Blue Stone #146E6B

Color information

#146E6B (or 0x146E6B) is unknown color: approx Blue Stone. HEX triplet: 14, 6E and 6B. RGB value is (20,110,107). Sum of RGB (Red+Green+Blue) = 20+110+107=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 110 (43.36% from 255 or 46.41% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 110 - color contains mainly: green. Hex color #146E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146E6B is #EB9194. Grayscale: #525252. Windows color (decimal): -15438229 or 7040532. OLE color: 7040532.

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

Color convert

RGB20110107-
CMYK0.8200.030.57
HSL178º69.23%25.49%-
HSV(B)178º81.82%43.14%-
XYZ8.5212.3615.85-
YUV82.75141.6883.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.44%
GREEN value IS 110 (43.36% from 255) = 46.41%
BLUE value IS 107 (42.19% from 255) = 45.15%
R=8.44%
G=46.41%
B=45.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal201101070.8200.030.5717869.2325.49
Hex146E6B520339b24519
Octal24156153122037126210531
Binary1010011011101101011101001001111100110110010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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