Html Css Color HEX #157C85 Teal

📋 copy color: '#157C85'

red 21 ◦ green 124 ◦ blue 133

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

Shades of Teal #157C85

Tints of Teal #157C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.84%

R = 7.55%
G = 44.6%
B = 47.84%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#157C85 (or 0x157C85) is known color: Teal. HEX triplet: 15, 7C and 85. RGB value is (21,124,133). Sum of RGB (Red+Green+Blue) = 21+124+133=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #157C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157C85 is #EA837A. Grayscale: #5E5E5E. Windows color (decimal): -15369083 or 8748053. OLE color: 8748053.

HSL color Cylindrical-coordinate representation of color #157C85: hue angle of 184.82º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157C85 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 124 133 -
CMYK 0.84 0.07 0 0.48
HSL 184.82º 0.73% 0.3% -
HSV(B) 184.82º 0.84% 0.52% -
XYZ 11.75 16.27 24.71 -
YUV 94.23 149.88 75.77 -
System Red Green Blue C M Y K H S L
Decimal 21 124 133 0.84 0.07 0 0.48 184.82 0.73 0.3
Hex 15 7C 85 54 7 0 30 B9 49 1E
Octal 25 174 205 124 7 0 60 271 111 36
Binary 10101 1111100 10000101 1010100 111 0 110000 10111001 1001001 11110

Color Harmonies of #157C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157C85

Black with #157C85

Text Example


Text Example

White with #157C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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