#146E6A

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

Shades of Blue Stone #146E6A

Tints of Blue Stone #146E6A

Color information

#146E6A (or 0x146E6A) is unknown color: approx Blue Stone. HEX triplet: 14, 6E and 6A. RGB value is (20,110,106). Sum of RGB (Red+Green+Blue) = 20+110+106=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 110 (43.36% from 255 or 46.61% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 110 - color contains mainly: green. Hex color #146E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146E6A is #EB9195. Grayscale: #525252. Windows color (decimal): -15438230 or 6974996. OLE color: 6974996.

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

Color convert

RGB20110106-
CMYK0.8200.040.57
HSL177.33º69.23%25.49%-
HSV(B)177.33º81.82%43.14%-
XYZ8.4712.3415.57-
YUV82.63141.1883.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.47%
GREEN value IS 110 (43.36% from 255) = 46.61%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=8.47%
G=46.61%
B=44.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal201101060.8200.040.57177.3369.2325.49
Hex146E6A520439b14519
Octal24156152122047126110531
Binary10100110111011010101010010010011100110110001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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