Html Css Color HEX #158288 Teal

📋 copy color: '#158288'

red 21 ◦ green 130 ◦ blue 136

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

Shades of Teal #158288

Tints of Teal #158288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.3%

 BLUE value IS 136 (53.52% from 255) = 47.39%

R = 7.32%
G = 45.3%
B = 47.39%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#158288 (or 0x158288) is known color: Teal. HEX triplet: 15, 82 and 88. RGB value is (21,130,136). Sum of RGB (Red+Green+Blue) = 21+130+136=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #158288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158288 is #EA7D77. Grayscale: #616161. Windows color (decimal): -15367544 or 8946197. OLE color: 8946197.

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

Color convert

RGB 21 130 136 -
CMYK 0.85 0.04 0 0.47
HSL 183.13º 0.73% 0.31% -
HSV(B) 183.13º 0.85% 0.53% -
XYZ 12.74 17.9 26.08 -
YUV 98.09 149.39 73.01 -
System Red Green Blue C M Y K H S L
Decimal 21 130 136 0.85 0.04 0 0.47 183.13 0.73 0.31
Hex 15 82 88 55 4 0 2F B7 49 1F
Octal 25 202 210 125 4 0 57 267 111 37
Binary 10101 10000010 10001000 1010101 100 0 101111 10110111 1001001 11111

Color Harmonies of #158288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158288

Black with #158288

Text Example


Text Example

White with #158288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158288; }

 p { color: rgb(21,130,136); }

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

background-color css

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

 a { background-color: rgb(21,130,136); }

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

border-color css

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

 span { border-color: rgb(21,130,136); }

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