Html Css Color HEX #158582 Teal

📋 copy color: '#158582'

red 21 ◦ green 133 ◦ blue 130

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

Shades of Teal #158582

Tints of Teal #158582

RGB

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

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

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

R = 7.39%
G = 46.83%
B = 45.77%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#158582 (or 0x158582) is known color: Teal. HEX triplet: 15, 85 and 82. RGB value is (21,133,130). Sum of RGB (Red+Green+Blue) = 21+133+130=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #158582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158582 is #EA7A7D. Grayscale: #636363. Windows color (decimal): -15366782 or 8553749. OLE color: 8553749.

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

Color convert

RGB 21 133 130 -
CMYK 0.84 0 0.02 0.48
HSL 178.39º 0.73% 0.3% -
HSV(B) 178.39º 0.84% 0.52% -
XYZ 12.73 18.55 24.03 -
YUV 99.17 145.39 72.24 -
System Red Green Blue C M Y K H S L
Decimal 21 133 130 0.84 0 0.02 0.48 178.39 0.73 0.3
Hex 15 85 82 54 0 2 30 B2 49 1E
Octal 25 205 202 124 0 2 60 262 111 36
Binary 10101 10000101 10000010 1010100 0 10 110000 10110010 1001001 11110

Color Harmonies of #158582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158582

Black with #158582

Text Example


Text Example

White with #158582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158582; }

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

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

background-color css

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

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

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

border-color css

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

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

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