Html Css Color HEX #137F88 Teal

📋 copy color: '#137F88'

red 19 ◦ green 127 ◦ blue 136

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

Shades of Teal #137F88

Tints of Teal #137F88

RGB

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

 GREEN value IS 127 (50% from 255) = 45.04%

 BLUE value IS 136 (53.52% from 255) = 48.23%

R = 6.74%
G = 45.04%
B = 48.23%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#137F88 (or 0x137F88) is known color: Teal. HEX triplet: 13, 7F and 88. RGB value is (19,127,136). Sum of RGB (Red+Green+Blue) = 19+127+136=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #137F88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137F88 is #EC8077. Grayscale: #5F5F5F. Windows color (decimal): -15499384 or 8945427. OLE color: 8945427.

HSL color Cylindrical-coordinate representation of color #137F88: hue angle of 184.62º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137F88 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 127 136 -
CMYK 0.86 0.07 0 0.47
HSL 184.62º 0.75% 0.3% -
HSV(B) 184.62º 0.86% 0.53% -
XYZ 12.3 17.09 25.94 -
YUV 95.73 150.72 73.27 -
System Red Green Blue C M Y K H S L
Decimal 19 127 136 0.86 0.07 0 0.47 184.62 0.75 0.3
Hex 13 7F 88 56 7 0 2F B9 4B 1E
Octal 23 177 210 126 7 0 57 271 113 36
Binary 10011 1111111 10001000 1010110 111 0 101111 10111001 1001011 11110

Color Harmonies of #137F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F88

Black with #137F88

Text Example


Text Example

White with #137F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137F88; }

 p { color: rgb(19,127,136); }

 H1.HeaderClassName
 {
   color: #137F88;
 }
 .AnyTagClassName
 {
   color: #137F88;
 }
</style>

background-color css

<style>
 a { background-color: #137F88; }

 a { background-color: rgb(19,127,136); }

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

border-color css

<style>
 span { border-color: #137F88; }

 span { border-color: rgb(19,127,136); }

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