Html Css Color HEX #158583 Teal

📋 copy color: '#158583'

red 21 ◦ green 133 ◦ blue 131

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

Shades of Teal #158583

Tints of Teal #158583

RGB

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

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

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

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

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

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

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

Color convert

RGB 21 133 131 -
CMYK 0.84 0 0.02 0.48
HSL 178.93º 0.73% 0.3% -
HSV(B) 178.93º 0.84% 0.52% -
XYZ 12.79 18.57 24.38 -
YUV 99.28 145.89 72.16 -
System Red Green Blue C M Y K H S L
Decimal 21 133 131 0.84 0 0.02 0.48 178.93 0.73 0.3
Hex 15 85 83 54 0 2 30 B3 49 1E
Octal 25 205 203 124 0 2 60 263 111 36
Binary 10101 10000101 10000011 1010100 0 10 110000 10110011 1001001 11110

Color Harmonies of #158583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158583

Black with #158583

Text Example


Text Example

White with #158583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158583; }

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

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

background-color css

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

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

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

border-color css

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

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

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