#134D5B

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

Shades of Teal Blue #134D5B

Tints of Teal Blue #134D5B

Color information

#134D5B (or 0x134D5B) is unknown color: approx Teal Blue. HEX triplet: 13, 4D and 5B. RGB value is (19,77,91). Sum of RGB (Red+Green+Blue) = 19+77+91=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #134D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D5B is #ECB2A4. Grayscale: #3D3D3D. Windows color (decimal): -15512229 or 5983507. OLE color: 5983507.

HSL color Cylindrical-coordinate representation of color #134D5B: hue angle of 191.67º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #134D5B is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB197791-
CMYK0.790.1500.64
HSL191.67º65.45%21.57%-
HSV(B)191.67º79.12%35.69%-
XYZ4.816.210.84-
YUV61.25144.7897.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 77 (30.47% from 255) = 41.18%
BLUE value IS 91 (35.94% from 255) = 48.66%
R=10.16%
G=41.18%
B=48.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1977910.790.1500.64191.6765.4521.57
Hex134D5B4FF040c04116
Octal2311513311717010030010126
Binary1001110011011011011100111111110100000011000000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,77,91); }

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

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

 a { background-color: rgb(19,77,91); }

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

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

 span { border-color: rgb(19,77,91); }

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