Html Css Color HEX #158584 Teal

📋 copy color: '#158584'

red 21 ◦ green 133 ◦ blue 132

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

Shades of Teal #158584

Tints of Teal #158584

RGB

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

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

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

R = 7.34%
G = 46.5%
B = 46.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#158584 (or 0x158584) is known color: Teal. HEX triplet: 15, 85 and 84. RGB value is (21,133,132). Sum of RGB (Red+Green+Blue) = 21+133+132=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #158584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158584 is #EA7A7B. Grayscale: #636363. Windows color (decimal): -15366780 or 8684821. OLE color: 8684821.

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

Color convert

RGB 21 133 132 -
CMYK 0.84 0 0.01 0.48
HSL 179.46º 0.73% 0.3% -
HSV(B) 179.46º 0.84% 0.52% -
XYZ 12.86 18.6 24.74 -
YUV 99.4 146.39 72.08 -
System Red Green Blue C M Y K H S L
Decimal 21 133 132 0.84 0 0.01 0.48 179.46 0.73 0.3
Hex 15 85 84 54 0 1 30 B3 49 1E
Octal 25 205 204 124 0 1 60 263 111 36
Binary 10101 10000101 10000100 1010100 0 1 110000 10110011 1001001 11110

Color Harmonies of #158584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158584

Black with #158584

Text Example


Text Example

White with #158584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158584; }

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

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

background-color css

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

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

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

border-color css

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

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

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