#146D69

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

Shades of Blue Stone #146D69

Tints of Blue Stone #146D69

Color information

#146D69 (or 0x146D69) is unknown color: approx Blue Stone. HEX triplet: 14, 6D and 69. RGB value is (20,109,105). Sum of RGB (Red+Green+Blue) = 20+109+105=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 109 - color contains mainly: green. Hex color #146D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146D69 is #EB9296. Grayscale: #515151. Windows color (decimal): -15438487 or 6909204. OLE color: 6909204.

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

Color convert

RGB20109105-
CMYK0.8200.040.57
HSL177.3º68.99%25.29%-
HSV(B)177.3º81.65%42.75%-
XYZ8.3112.1115.26-
YUV81.93141.0183.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 109 (42.97% from 255) = 46.58%
BLUE value IS 105 (41.41% from 255) = 44.87%
R=8.55%
G=46.58%
B=44.87%

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
Decimal201091050.8200.040.57177.368.9925.29
Hex146D69520439b14519
Octal24155151122047126110531
Binary10100110110111010011010010010011100110110001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,109,105); }

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

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

 a { background-color: rgb(20,109,105); }

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

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

 span { border-color: rgb(20,109,105); }

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