Html Css Color HEX #157D8B Teal

📋 copy color: '#157D8B'

red 21 ◦ green 125 ◦ blue 139

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

Shades of Teal #157D8B

Tints of Teal #157D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.77%

R = 7.37%
G = 43.86%
B = 48.77%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#157D8B (or 0x157D8B) is known color: Teal. HEX triplet: 15, 7D and 8B. RGB value is (21,125,139). Sum of RGB (Red+Green+Blue) = 21+125+139=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #157D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157D8B is #EA8274. Grayscale: #5F5F5F. Windows color (decimal): -15368821 or 9141525. OLE color: 9141525.

HSL color Cylindrical-coordinate representation of color #157D8B: hue angle of 187.12º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157D8B is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 125 139 -
CMYK 0.85 0.10 0 0.45
HSL 187.12º 0.74% 0.31% -
HSV(B) 187.12º 0.85% 0.55% -
XYZ 12.3 16.69 27 -
YUV 95.5 152.54 74.86 -
System Red Green Blue C M Y K H S L
Decimal 21 125 139 0.85 0.10 0 0.45 187.12 0.74 0.31
Hex 15 7D 8B 55 A 0 2D BB 4A 1F
Octal 25 175 213 125 12 0 55 273 112 37
Binary 10101 1111101 10001011 1010101 1010 0 101101 10111011 1001010 11111

Color Harmonies of #157D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157D8B

Black with #157D8B

Text Example


Text Example

White with #157D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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