Html Css Color HEX #158380 Teal

📋 copy color: '#158380'

red 21 ◦ green 131 ◦ blue 128

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

Shades of Teal #158380

Tints of Teal #158380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.79%

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

R = 7.5%
G = 46.79%
B = 45.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#158380 (or 0x158380) is known color: Teal. HEX triplet: 15, 83 and 80. RGB value is (21,131,128). Sum of RGB (Red+Green+Blue) = 21+131+128=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #158380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158380 is #EA7C7F. Grayscale: #616161. Windows color (decimal): -15367296 or 8422165. OLE color: 8422165.

HSL color Cylindrical-coordinate representation of color #158380: hue angle of 178.36º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158380 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 131 128 -
CMYK 0.84 0 0.02 0.49
HSL 178.36º 0.72% 0.3% -
HSV(B) 178.36º 0.84% 0.51% -
XYZ 12.32 17.95 23.24 -
YUV 97.77 145.06 73.24 -
System Red Green Blue C M Y K H S L
Decimal 21 131 128 0.84 0 0.02 0.49 178.36 0.72 0.3
Hex 15 83 80 54 0 2 31 B2 48 1E
Octal 25 203 200 124 0 2 61 262 110 36
Binary 10101 10000011 10000000 1010100 0 10 110001 10110010 1001000 11110

Color Harmonies of #158380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158380

Black with #158380

Text Example


Text Example

White with #158380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158380; }

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

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

background-color css

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

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

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

border-color css

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

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

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