Html Css Color HEX #158580 Teal

📋 copy color: '#158580'

red 21 ◦ green 133 ◦ blue 128

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

Shades of Teal #158580

Tints of Teal #158580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.16%

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

R = 7.45%
G = 47.16%
B = 45.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#158580 (or 0x158580) is known color: Teal. HEX triplet: 15, 85 and 80. RGB value is (21,133,128). Sum of RGB (Red+Green+Blue) = 21+133+128=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #158580 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158580 is #EA7A7F. Grayscale: #626262. Windows color (decimal): -15366784 or 8422677. OLE color: 8422677.

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

Color convert

RGB 21 133 128 -
CMYK 0.84 0 0.04 0.48
HSL 177.32º 0.73% 0.3% -
HSV(B) 177.32º 0.84% 0.52% -
XYZ 12.59 18.49 23.33 -
YUV 98.94 144.39 72.41 -
System Red Green Blue C M Y K H S L
Decimal 21 133 128 0.84 0 0.04 0.48 177.32 0.73 0.3
Hex 15 85 80 54 0 4 30 B1 49 1E
Octal 25 205 200 124 0 4 60 261 111 36
Binary 10101 10000101 10000000 1010100 0 100 110000 10110001 1001001 11110

Color Harmonies of #158580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158580

Black with #158580

Text Example


Text Example

White with #158580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158580; }

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

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

background-color css

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

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

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

border-color css

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

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

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