#146161

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

Shades of Blue Stone #146161

Tints of Blue Stone #146161

Color information

#146161 (or 0x146161) is unknown color: approx Blue Stone. HEX triplet: 14, 61 and 61. RGB value is (20,97,97). Sum of RGB (Red+Green+Blue) = 20+97+97=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: green, blue. Hex color #146161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146161 is #EB9E9E. Grayscale: #494949. Windows color (decimal): -15441567 or 6381844. OLE color: 6381844.

HSL color Cylindrical-coordinate representation of color #146161: hue angle of 180º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146161 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB209797-
CMYK0.79000.62
HSL180º65.81%22.94%-
HSV(B)180º79.38%38.04%-
XYZ6.729.5612.8-
YUV73.98140.9989.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.35%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=9.35%
G=45.33%
B=45.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097970.79000.6218065.8122.94
Hex1461614F003Eb44217
Octal24141141117007626410227
Binary101001100001110000110011110011111010110100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146161; }

 p { color: rgb(20,97,97); }

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

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

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

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

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

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

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