Html Css Color HEX #158780 Teal

📋 copy color: '#158780'

red 21 ◦ green 135 ◦ blue 128

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

Shades of Teal #158780

Tints of Teal #158780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.54%

 BLUE value IS 128 (50.39% from 255) = 45.07%

R = 7.39%
G = 47.54%
B = 45.07%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#158780 (or 0x158780) is known color: Teal. HEX triplet: 15, 87 and 80. RGB value is (21,135,128). Sum of RGB (Red+Green+Blue) = 21+135+128=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #158780 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158780 is #EA787F. Grayscale: #646464. Windows color (decimal): -15366272 or 8423189. OLE color: 8423189.

HSL color Cylindrical-coordinate representation of color #158780: hue angle of 176.32º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158780 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 135 128 -
CMYK 0.84 0 0.05 0.47
HSL 176.32º 0.73% 0.31% -
HSV(B) 176.32º 0.84% 0.53% -
XYZ 12.87 19.05 23.42 -
YUV 100.12 143.73 71.57 -
System Red Green Blue C M Y K H S L
Decimal 21 135 128 0.84 0 0.05 0.47 176.32 0.73 0.31
Hex 15 87 80 54 0 5 2F B0 49 1F
Octal 25 207 200 124 0 5 57 260 111 37
Binary 10101 10000111 10000000 1010100 0 101 101111 10110000 1001001 11111

Color Harmonies of #158780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158780

Black with #158780

Text Example


Text Example

White with #158780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158780; }

 p { color: rgb(21,135,128); }

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

background-color css

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

 a { background-color: rgb(21,135,128); }

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

border-color css

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

 span { border-color: rgb(21,135,128); }

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