Html Css Color HEX #157D84 Teal

📋 copy color: '#157D84'

red 21 ◦ green 125 ◦ blue 132

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

Shades of Teal #157D84

Tints of Teal #157D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.48%

R = 7.55%
G = 44.96%
B = 47.48%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#157D84 (or 0x157D84) is known color: Teal. HEX triplet: 15, 7D and 84. RGB value is (21,125,132). Sum of RGB (Red+Green+Blue) = 21+125+132=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 125 (49.22% from 255 or 44.96% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #157D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157D84 is #EA827B. Grayscale: #5E5E5E. Windows color (decimal): -15368828 or 8682773. OLE color: 8682773.

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

Color convert

RGB 21 125 132 -
CMYK 0.84 0.05 0 0.48
HSL 183.78º 0.73% 0.3% -
HSV(B) 183.78º 0.84% 0.52% -
XYZ 11.81 16.49 24.39 -
YUV 94.7 149.04 75.43 -
System Red Green Blue C M Y K H S L
Decimal 21 125 132 0.84 0.05 0 0.48 183.78 0.73 0.3
Hex 15 7D 84 54 5 0 30 B8 49 1E
Octal 25 175 204 124 5 0 60 270 111 36
Binary 10101 1111101 10000100 1010100 101 0 110000 10111000 1001001 11110

Color Harmonies of #157D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157D84

Black with #157D84

Text Example


Text Example

White with #157D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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