#145058

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

Shades of Teal Blue #145058

Tints of Teal Blue #145058

Color information

#145058 (or 0x145058) is unknown color: approx Teal Blue. HEX triplet: 14, 50 and 58. RGB value is (20,80,88). Sum of RGB (Red+Green+Blue) = 20+80+88=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #145058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145058 is #EBAFA7. Grayscale: #3E3E3E. Windows color (decimal): -15445928 or 5787668. OLE color: 5787668.

HSL color Cylindrical-coordinate representation of color #145058: hue angle of 187.06º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145058 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB208088-
CMYK0.770.0900.65
HSL187.06º62.96%21.18%-
HSV(B)187.06º77.27%34.51%-
XYZ4.926.5910.25-
YUV62.97142.1297.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.64%
GREEN value IS 80 (31.64% from 255) = 42.55%
BLUE value IS 88 (34.77% from 255) = 46.81%
R=10.64%
G=42.55%
B=46.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2080880.770.0900.65187.0662.9621.18
Hex1450584D9041bb3f15
Octal241201301151101012737725
Binary101001010000101100010011011001010000011011101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145058; }

 p { color: rgb(20,80,88); }

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

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

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

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

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

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

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