#134956

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

Shades of Teal Blue #134956

Tints of Teal Blue #134956

Color information

#134956 (or 0x134956) is unknown color: approx Teal Blue. HEX triplet: 13, 49 and 56. RGB value is (19,73,86). Sum of RGB (Red+Green+Blue) = 19+73+86=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #134956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134956 is #ECB6A9. Grayscale: #3A3A3A. Windows color (decimal): -15513258 or 5654803. OLE color: 5654803.

HSL color Cylindrical-coordinate representation of color #134956: hue angle of 191.64º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #134956 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB197386-
CMYK0.780.1500.66
HSL191.64º63.81%20.59%-
HSV(B)191.64º77.91%33.73%-
XYZ4.335.589.65-
YUV58.34143.6199.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.67%
GREEN value IS 73 (28.91% from 255) = 41.01%
BLUE value IS 86 (33.98% from 255) = 48.31%
R=10.67%
G=41.01%
B=48.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1973860.780.1500.66191.6463.8120.59
Hex1349564EF042c04015
Octal2311112611617010230010025
Binary1001110010011010110100111011110100001011000000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134956; }

 p { color: rgb(19,73,86); }

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

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

 a { background-color: rgb(19,73,86); }

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

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

 span { border-color: rgb(19,73,86); }

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