Html Css Color HEX #157D82 Teal

📋 copy color: '#157D82'

red 21 ◦ green 125 ◦ blue 130

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

Shades of Teal #157D82

Tints of Teal #157D82

RGB

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

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

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

R = 7.61%
G = 45.29%
B = 47.1%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#157D82 (or 0x157D82) is known color: Teal. HEX triplet: 15, 7D and 82. RGB value is (21,125,130). Sum of RGB (Red+Green+Blue) = 21+125+130=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #157D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157D82 is #EA827D. Grayscale: #5E5E5E. Windows color (decimal): -15368830 or 8551701. OLE color: 8551701.

HSL color Cylindrical-coordinate representation of color #157D82: hue angle of 182.75º 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 #157D82 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 125 130 -
CMYK 0.84 0.04 0 0.49
HSL 182.75º 0.72% 0.3% -
HSV(B) 182.75º 0.84% 0.51% -
XYZ 11.67 16.44 23.68 -
YUV 94.47 148.04 75.59 -
System Red Green Blue C M Y K H S L
Decimal 21 125 130 0.84 0.04 0 0.49 182.75 0.72 0.3
Hex 15 7D 82 54 4 0 31 B7 48 1E
Octal 25 175 202 124 4 0 61 267 110 36
Binary 10101 1111101 10000010 1010100 100 0 110001 10110111 1001000 11110

Color Harmonies of #157D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157D82

Black with #157D82

Text Example


Text Example

White with #157D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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