Html Css Color HEX #157D8C Teal

📋 copy color: '#157D8C'

red 21 ◦ green 125 ◦ blue 140

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

Shades of Teal #157D8C

Tints of Teal #157D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.95%

R = 7.34%
G = 43.71%
B = 48.95%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#157D8C (or 0x157D8C) is known color: Teal. HEX triplet: 15, 7D and 8C. RGB value is (21,125,140). Sum of RGB (Red+Green+Blue) = 21+125+140=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #157D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157D8C is #EA8273. Grayscale: #5F5F5F. Windows color (decimal): -15368820 or 9207061. OLE color: 9207061.

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

Color convert

RGB 21 125 140 -
CMYK 0.85 0.11 0 0.45
HSL 187.56º 0.74% 0.32% -
HSV(B) 187.56º 0.85% 0.55% -
XYZ 12.38 16.72 27.39 -
YUV 95.61 153.04 74.78 -
System Red Green Blue C M Y K H S L
Decimal 21 125 140 0.85 0.11 0 0.45 187.56 0.74 0.32
Hex 15 7D 8C 55 B 0 2D BC 4A 20
Octal 25 175 214 125 13 0 55 274 112 40
Binary 10101 1111101 10001100 1010101 1011 0 101101 10111100 1001010 100000

Color Harmonies of #157D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157D8C

Black with #157D8C

Text Example


Text Example

White with #157D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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