Html Css Color HEX #134D5A Teal Blue

📋 copy color: '#134D5A'

red 19 ◦ green 77 ◦ blue 90

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

Shades of Teal Blue #134D5A

Tints of Teal Blue #134D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 48.39%

R = 10.22%
G = 41.4%
B = 48.39%

CMYK

 C value IS 0.79

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#134D5A (or 0x134D5A) is known color: Teal Blue. HEX triplet: 13, 4D and 5A. RGB value is (19,77,90). Sum of RGB (Red+Green+Blue) = 19+77+90=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #134D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D5A is #ECB2A5. Grayscale: #3D3D3D. Windows color (decimal): -15512230 or 5917971. OLE color: 5917971.

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

Color convert

RGB 19 77 90 -
CMYK 0.79 0.14 0 0.65
HSL 190.99º 0.65% 0.21% -
HSV(B) 190.99º 0.79% 0.35% -
XYZ 4.77 6.18 10.62 -
YUV 61.14 144.28 97.94 -
System Red Green Blue C M Y K H S L
Decimal 19 77 90 0.79 0.14 0 0.65 190.99 0.65 0.21
Hex 13 4D 5A 4F E 0 41 BF 41 15
Octal 23 115 132 117 16 0 101 277 101 25
Binary 10011 1001101 1011010 1001111 1110 0 1000001 10111111 1000001 10101

Color Harmonies of #134D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D5A

Black with #134D5A

Text Example


Text Example

White with #134D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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