Html Css Color HEX #158783 Teal

📋 copy color: '#158783'

red 21 ◦ green 135 ◦ blue 131

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

Shades of Teal #158783

Tints of Teal #158783

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.04%

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

R = 7.32%
G = 47.04%
B = 45.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#158783 (or 0x158783) is known color: Teal. HEX triplet: 15, 87 and 83. RGB value is (21,135,131). Sum of RGB (Red+Green+Blue) = 21+135+131=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #158783 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158783 is #EA787C. Grayscale: #646464. Windows color (decimal): -15366269 or 8619797. OLE color: 8619797.

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

Color convert

RGB 21 135 131 -
CMYK 0.84 0 0.03 0.47
HSL 177.89º 0.73% 0.31% -
HSV(B) 177.89º 0.84% 0.53% -
XYZ 13.07 19.13 24.48 -
YUV 100.46 145.23 71.33 -
System Red Green Blue C M Y K H S L
Decimal 21 135 131 0.84 0 0.03 0.47 177.89 0.73 0.31
Hex 15 87 83 54 0 3 2F B2 49 1F
Octal 25 207 203 124 0 3 57 262 111 37
Binary 10101 10000111 10000011 1010100 0 11 101111 10110010 1001001 11111

Color Harmonies of #158783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158783

Black with #158783

Text Example


Text Example

White with #158783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158783; }

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

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

background-color css

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

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

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

border-color css

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

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

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