Html Css Color HEX #134D58 Teal Blue

📋 copy color: '#134D58'

red 19 ◦ green 77 ◦ blue 88

#134D58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #134D58

Tints of Teal Blue #134D58

RGB

 RED value IS 19 (7.81% from 255) = 10.33%

 GREEN value IS 77 (30.47% from 255) = 41.85%

 BLUE value IS 88 (34.77% from 255) = 47.83%

R = 10.33%
G = 41.85%
B = 47.83%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#134D58 (or 0x134D58) is known color: Teal Blue. HEX triplet: 13, 4D and 58. RGB value is (19,77,88). Sum of RGB (Red+Green+Blue) = 19+77+88=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #134D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D58 is #ECB2A7. Grayscale: #3C3C3C. Windows color (decimal): -15512232 or 5786899. OLE color: 5786899.

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

Color convert

RGB 19 77 88 -
CMYK 0.78 0.12 0 0.65
HSL 189.57º 0.64% 0.21% -
HSV(B) 189.57º 0.78% 0.35% -
XYZ 4.68 6.15 10.17 -
YUV 60.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 19 77 88 0.78 0.12 0 0.65 189.57 0.64 0.21
Hex 13 4D 58 4E C 0 41 BE 40 15
Octal 23 115 130 116 14 0 101 276 100 25
Binary 10011 1001101 1011000 1001110 1100 0 1000001 10111110 1000000 10101

Color Harmonies of #134D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D58

Black with #134D58

Text Example


Text Example

White with #134D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #134D58;
 }
 .AnyTagClassName
 {
   color: #134D58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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