Html Css Color HEX #134F5B Teal Blue

📋 copy color: '#134F5B'

red 19 ◦ green 79 ◦ blue 91

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

Shades of Teal Blue #134F5B

Tints of Teal Blue #134F5B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.8%

 BLUE value IS 91 (35.94% from 255) = 48.15%

R = 10.05%
G = 41.8%
B = 48.15%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#134F5B (or 0x134F5B) is known color: Teal Blue. HEX triplet: 13, 4F and 5B. RGB value is (19,79,91). Sum of RGB (Red+Green+Blue) = 19+79+91=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #134F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F5B is #ECB0A4. Grayscale: #3E3E3E. Windows color (decimal): -15511717 or 5984019. OLE color: 5984019.

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

Color convert

RGB 19 79 91 -
CMYK 0.79 0.13 0 0.64
HSL 190º 0.65% 0.22% -
HSV(B) 190º 0.79% 0.36% -
XYZ 4.95 6.49 10.89 -
YUV 62.43 144.12 97.02 -
System Red Green Blue C M Y K H S L
Decimal 19 79 91 0.79 0.13 0 0.64 190 0.65 0.22
Hex 13 4F 5B 4F D 0 40 BE 41 16
Octal 23 117 133 117 15 0 100 276 101 26
Binary 10011 1001111 1011011 1001111 1101 0 1000000 10111110 1000001 10110

Color Harmonies of #134F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F5B

Black with #134F5B

Text Example


Text Example

White with #134F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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