#146C6A

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

Shades of Blue Stone #146C6A

Tints of Blue Stone #146C6A

Color information

#146C6A (or 0x146C6A) is unknown color: approx Blue Stone. HEX triplet: 14, 6C and 6A. RGB value is (20,108,106). Sum of RGB (Red+Green+Blue) = 20+108+106=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 108 - color contains mainly: green. Hex color #146C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146C6A is #EB9395. Grayscale: #515151. Windows color (decimal): -15438742 or 6974484. OLE color: 6974484.

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

Color convert

RGB20108106-
CMYK0.8100.020.58
HSL178.64º68.75%25.1%-
HSV(B)178.64º81.48%42.35%-
XYZ8.2511.9115.5-
YUV81.46141.8584.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 108 (42.58% from 255) = 46.15%
BLUE value IS 106 (41.80% from 255) = 45.30%
R=8.55%
G=46.15%
B=45.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal201081060.8100.020.58178.6468.7525.1
Hex146C6A51023Ab34519
Octal24154152121027226310531
Binary1010011011001101010101000101011101010110011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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