Html Css Color HEX #158085 Teal

📋 copy color: '#158085'

red 21 ◦ green 128 ◦ blue 133

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

Shades of Teal #158085

Tints of Teal #158085

RGB

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

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

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

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

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

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

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

Color convert

RGB 21 128 133 -
CMYK 0.84 0.04 0 0.48
HSL 182.68º 0.73% 0.3% -
HSV(B) 182.68º 0.84% 0.52% -
XYZ 12.26 17.29 24.88 -
YUV 96.58 148.55 74.09 -
System Red Green Blue C M Y K H S L
Decimal 21 128 133 0.84 0.04 0 0.48 182.68 0.73 0.3
Hex 15 80 85 54 4 0 30 B7 49 1E
Octal 25 200 205 124 4 0 60 267 111 36
Binary 10101 10000000 10000101 1010100 100 0 110000 10110111 1001001 11110

Color Harmonies of #158085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158085

Black with #158085

Text Example


Text Example

White with #158085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158085; }

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

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

background-color css

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

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

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

border-color css

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

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

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