Html Css Color HEX #134E5A Teal Blue

📋 copy color: '#134E5A'

red 19 ◦ green 78 ◦ blue 90

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

Shades of Teal Blue #134E5A

Tints of Teal Blue #134E5A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.71%

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

R = 10.16%
G = 41.71%
B = 48.13%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#134E5A (or 0x134E5A) is known color: Teal Blue. HEX triplet: 13, 4E and 5A. RGB value is (19,78,90). Sum of RGB (Red+Green+Blue) = 19+78+90=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #134E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E5A is #ECB1A5. Grayscale: #3D3D3D. Windows color (decimal): -15511974 or 5918227. OLE color: 5918227.

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

Color convert

RGB 19 78 90 -
CMYK 0.79 0.13 0 0.65
HSL 190.14º 0.65% 0.21% -
HSV(B) 190.14º 0.79% 0.35% -
XYZ 4.84 6.33 10.64 -
YUV 61.73 143.95 97.52 -
System Red Green Blue C M Y K H S L
Decimal 19 78 90 0.79 0.13 0 0.65 190.14 0.65 0.21
Hex 13 4E 5A 4F D 0 41 BE 41 15
Octal 23 116 132 117 15 0 101 276 101 25
Binary 10011 1001110 1011010 1001111 1101 0 1000001 10111110 1000001 10101

Color Harmonies of #134E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E5A

Black with #134E5A

Text Example


Text Example

White with #134E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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