#134C5A

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

Shades of Teal Blue #134C5A

Tints of Teal Blue #134C5A

Color information

#134C5A (or 0x134C5A) is unknown color: approx Teal Blue. HEX triplet: 13, 4C and 5A. RGB value is (19,76,90). Sum of RGB (Red+Green+Blue) = 19+76+90=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #134C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C5A is #ECB3A5. Grayscale: #3C3C3C. Windows color (decimal): -15512486 or 5917715. OLE color: 5917715.

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

Color convert

RGB197690-
CMYK0.790.1600.65
HSL191.83º65.14%21.37%-
HSV(B)191.83º78.89%35.29%-
XYZ4.76.0510.59-
YUV60.55144.6298.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 76 (30.08% from 255) = 41.08%
BLUE value IS 90 (35.55% from 255) = 48.65%
R=10.27%
G=41.08%
B=48.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1976900.790.1600.65191.8365.1421.37
Hex134C5A4F10041c04115
Octal2311413211720010130010125
Binary10011100110010110101001111100000100000111000000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134C5A; }

 p { color: rgb(19,76,90); }

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

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

 a { background-color: rgb(19,76,90); }

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

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

 span { border-color: rgb(19,76,90); }

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