Html Css Color HEX #157D88 Teal

📋 copy color: '#157D88'

red 21 ◦ green 125 ◦ blue 136

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

Shades of Teal #157D88

Tints of Teal #157D88

RGB

 RED value IS 21 (8.59% from 255) = 7.45%

 GREEN value IS 125 (49.22% from 255) = 44.33%

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

R = 7.45%
G = 44.33%
B = 48.23%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#157D88 (or 0x157D88) is known color: Teal. HEX triplet: 15, 7D and 88. RGB value is (21,125,136). Sum of RGB (Red+Green+Blue) = 21+125+136=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 125 (49.22% from 255 or 44.33% 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 #157D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157D88 is #EA8277. Grayscale: #5F5F5F. Windows color (decimal): -15368824 or 8944917. OLE color: 8944917.

HSL color Cylindrical-coordinate representation of color #157D88: hue angle of 185.74º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157D88 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 125 136 -
CMYK 0.85 0.08 0 0.47
HSL 185.74º 0.73% 0.31% -
HSV(B) 185.74º 0.85% 0.53% -
XYZ 12.09 16.6 25.86 -
YUV 95.16 151.04 75.11 -
System Red Green Blue C M Y K H S L
Decimal 21 125 136 0.85 0.08 0 0.47 185.74 0.73 0.31
Hex 15 7D 88 55 8 0 2F BA 49 1F
Octal 25 175 210 125 10 0 57 272 111 37
Binary 10101 1111101 10001000 1010101 1000 0 101111 10111010 1001001 11111

Color Harmonies of #157D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157D88

Black with #157D88

Text Example


Text Example

White with #157D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157D88; }

 p { color: rgb(21,125,136); }

 H1.HeaderClassName
 {
   color: #157D88;
 }
 .AnyTagClassName
 {
   color: #157D88;
 }
</style>

background-color css

<style>
 a { background-color: #157D88; }

 a { background-color: rgb(21,125,136); }

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

border-color css

<style>
 span { border-color: #157D88; }

 span { border-color: rgb(21,125,136); }

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