#134754

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

Shades of Teal Blue #134754

Tints of Teal Blue #134754

Color information

#134754 (or 0x134754) is unknown color: approx Teal Blue. HEX triplet: 13, 47 and 54. RGB value is (19,71,84). Sum of RGB (Red+Green+Blue) = 19+71+84=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #134754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134754 is #ECB8AB. Grayscale: #383838. Windows color (decimal): -15513772 or 5523219. OLE color: 5523219.

HSL color Cylindrical-coordinate representation of color #134754: hue angle of 192º 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 #134754 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB197184-
CMYK0.770.1500.67
HSL192º63.11%20.2%-
HSV(B)192º77.38%32.94%-
XYZ4.125.299.19-
YUV56.93143.27100.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 71 (28.12% from 255) = 40.80%
BLUE value IS 84 (33.20% from 255) = 48.28%
R=10.92%
G=40.80%
B=48.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1971840.770.1500.6719263.1120.2
Hex1347544DF043c03f14
Octal231071241151701033007724
Binary100111000111101010010011011111010000111100000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134754; }

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

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

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

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

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

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

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

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