Html Css Color HEX #157C88 Teal

📋 copy color: '#157C88'

red 21 ◦ green 124 ◦ blue 136

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

Shades of Teal #157C88

Tints of Teal #157C88

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.13%

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

R = 7.47%
G = 44.13%
B = 48.4%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#157C88 (or 0x157C88) is known color: Teal. HEX triplet: 15, 7C and 88. RGB value is (21,124,136). Sum of RGB (Red+Green+Blue) = 21+124+136=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #157C88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157C88 is #EA8377. Grayscale: #5E5E5E. Windows color (decimal): -15369080 or 8944661. OLE color: 8944661.

HSL color Cylindrical-coordinate representation of color #157C88: hue angle of 186.26º 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 #157C88 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 124 136 -
CMYK 0.85 0.09 0 0.47
HSL 186.26º 0.73% 0.31% -
HSV(B) 186.26º 0.85% 0.53% -
XYZ 11.96 16.35 25.82 -
YUV 94.57 151.38 75.52 -
System Red Green Blue C M Y K H S L
Decimal 21 124 136 0.85 0.09 0 0.47 186.26 0.73 0.31
Hex 15 7C 88 55 9 0 2F BA 49 1F
Octal 25 174 210 125 11 0 57 272 111 37
Binary 10101 1111100 10001000 1010101 1001 0 101111 10111010 1001001 11111

Color Harmonies of #157C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157C88

Black with #157C88

Text Example


Text Example

White with #157C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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