Html Css Color HEX #158683 Teal

📋 copy color: '#158683'

red 21 ◦ green 134 ◦ blue 131

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

Shades of Teal #158683

Tints of Teal #158683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.85%

 BLUE value IS 131 (51.56% from 255) = 45.8%

R = 7.34%
G = 46.85%
B = 45.8%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#158683 (or 0x158683) is known color: Teal. HEX triplet: 15, 86 and 83. RGB value is (21,134,131). Sum of RGB (Red+Green+Blue) = 21+134+131=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #158683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158683 is #EA797C. Grayscale: #636363. Windows color (decimal): -15366525 or 8619541. OLE color: 8619541.

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

Color convert

RGB 21 134 131 -
CMYK 0.84 0 0.02 0.47
HSL 178.41º 0.73% 0.3% -
HSV(B) 178.41º 0.84% 0.53% -
XYZ 12.93 18.85 24.43 -
YUV 99.87 145.56 71.74 -
System Red Green Blue C M Y K H S L
Decimal 21 134 131 0.84 0 0.02 0.47 178.41 0.73 0.3
Hex 15 86 83 54 0 2 2F B2 49 1E
Octal 25 206 203 124 0 2 57 262 111 36
Binary 10101 10000110 10000011 1010100 0 10 101111 10110010 1001001 11110

Color Harmonies of #158683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158683

Black with #158683

Text Example


Text Example

White with #158683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158683; }

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

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

background-color css

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

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

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

border-color css

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

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

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