Html Css Color HEX #158385 Teal

📋 copy color: '#158385'

red 21 ◦ green 131 ◦ blue 133

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

Shades of Teal #158385

Tints of Teal #158385

RGB

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

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

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

R = 7.37%
G = 45.96%
B = 46.67%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#158385 (or 0x158385) is known color: Teal. HEX triplet: 15, 83 and 85. RGB value is (21,131,133). Sum of RGB (Red+Green+Blue) = 21+131+133=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #158385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158385 is #EA7C7A. Grayscale: #626262. Windows color (decimal): -15367291 or 8749845. OLE color: 8749845.

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

Color convert

RGB 21 131 133 -
CMYK 0.84 0.02 0 0.48
HSL 181.07º 0.73% 0.3% -
HSV(B) 181.07º 0.84% 0.52% -
XYZ 12.66 18.09 25.01 -
YUV 98.34 147.56 72.84 -
System Red Green Blue C M Y K H S L
Decimal 21 131 133 0.84 0.02 0 0.48 181.07 0.73 0.3
Hex 15 83 85 54 2 0 30 B5 49 1E
Octal 25 203 205 124 2 0 60 265 111 36
Binary 10101 10000011 10000101 1010100 10 0 110000 10110101 1001001 11110

Color Harmonies of #158385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158385

Black with #158385

Text Example


Text Example

White with #158385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158385; }

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

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

background-color css

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

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

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

border-color css

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

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

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