#145160

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

Shades of Teal Blue #145160

Tints of Teal Blue #145160

Color information

#145160 (or 0x145160) is unknown color: approx Teal Blue. HEX triplet: 14, 51 and 60. RGB value is (20,81,96). Sum of RGB (Red+Green+Blue) = 20+81+96=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #145160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145160 is #EBAE9F. Grayscale: #404040. Windows color (decimal): -15445664 or 6312212. OLE color: 6312212.

HSL color Cylindrical-coordinate representation of color #145160: hue angle of 191.84º 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 #145160 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB208196-
CMYK0.790.1600.62
HSL191.84º65.52%22.75%-
HSV(B)191.84º79.17%37.65%-
XYZ5.346.8812.11-
YUV64.47145.7996.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 81 (32.03% from 255) = 41.12%
BLUE value IS 96 (37.89% from 255) = 48.73%
R=10.15%
G=41.12%
B=48.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2081960.790.1600.62191.8465.5222.75
Hex1451604F1003Ec04217
Octal241211401172007630010227
Binary1010010100011100000100111110000011111011000000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145160; }

 p { color: rgb(20,81,96); }

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

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

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

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

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

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

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