#134F5C

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

Shades of Teal Blue #134F5C

Tints of Teal Blue #134F5C

Color information

#134F5C (or 0x134F5C) is unknown color: approx Teal Blue. HEX triplet: 13, 4F and 5C. RGB value is (19,79,92). Sum of RGB (Red+Green+Blue) = 19+79+92=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #134F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F5C is #ECB0A3. Grayscale: #3E3E3E. Windows color (decimal): -15511716 or 6049555. OLE color: 6049555.

HSL color Cylindrical-coordinate representation of color #134F5C: hue angle of 190.68º degrees, saturation: 0.66, 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 #134F5C is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB197992-
CMYK0.790.1400.64
HSL190.68º65.77%21.76%-
HSV(B)190.68º79.35%36.08%-
XYZ56.511.12-
YUV62.54144.6296.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 79 (31.25% from 255) = 41.58%
BLUE value IS 92 (36.33% from 255) = 48.42%
R=10%
G=41.58%
B=48.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1979920.790.1400.64190.6865.7721.76
Hex134F5C4FE040bf4216
Octal2311713411716010027710226
Binary1001110011111011100100111111100100000010111111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,79,92); }

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

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

 a { background-color: rgb(19,79,92); }

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

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

 span { border-color: rgb(19,79,92); }

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