Html Css Color HEX #157C82 Teal

📋 copy color: '#157C82'

red 21 ◦ green 124 ◦ blue 130

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

Shades of Teal #157C82

Tints of Teal #157C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.27%

R = 7.64%
G = 45.09%
B = 47.27%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#157C82 (or 0x157C82) is known color: Teal. HEX triplet: 15, 7C and 82. RGB value is (21,124,130). Sum of RGB (Red+Green+Blue) = 21+124+130=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #157C82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157C82 is #EA837D. Grayscale: #5D5D5D. Windows color (decimal): -15369086 or 8551445. OLE color: 8551445.

HSL color Cylindrical-coordinate representation of color #157C82: hue angle of 183.3º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157C82 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 124 130 -
CMYK 0.84 0.05 0 0.49
HSL 183.3º 0.72% 0.3% -
HSV(B) 183.3º 0.84% 0.51% -
XYZ 11.55 16.19 23.63 -
YUV 93.89 148.38 76.01 -
System Red Green Blue C M Y K H S L
Decimal 21 124 130 0.84 0.05 0 0.49 183.3 0.72 0.3
Hex 15 7C 82 54 5 0 31 B7 48 1E
Octal 25 174 202 124 5 0 61 267 110 36
Binary 10101 1111100 10000010 1010100 101 0 110001 10110111 1001000 11110

Color Harmonies of #157C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157C82

Black with #157C82

Text Example


Text Example

White with #157C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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