#134854

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

Shades of Teal Blue #134854

Tints of Teal Blue #134854

Color information

#134854 (or 0x134854) is unknown color: approx Teal Blue. HEX triplet: 13, 48 and 54. RGB value is (19,72,84). Sum of RGB (Red+Green+Blue) = 19+72+84=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #134854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134854 is #ECB7AB. Grayscale: #393939. Windows color (decimal): -15513516 or 5523475. OLE color: 5523475.

HSL color Cylindrical-coordinate representation of color #134854: hue angle of 191.08º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134854 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB197284-
CMYK0.770.1400.67
HSL191.08º63.11%20.2%-
HSV(B)191.08º77.38%32.94%-
XYZ4.195.419.21-
YUV57.52142.94100.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 72 (28.52% from 255) = 41.14%
BLUE value IS 84 (33.20% from 255) = 48%
R=10.86%
G=41.14%
B=48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1972840.770.1400.67191.0863.1120.2
Hex1348544DE043bf3f14
Octal231101241151601032777724
Binary100111001000101010010011011110010000111011111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134854; }

 p { color: rgb(19,72,84); }

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

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

 a { background-color: rgb(19,72,84); }

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

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

 span { border-color: rgb(19,72,84); }

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