Html Css Color HEX #158B87 Dark Cyan

📋 copy color: '#158B87'

red 21 ◦ green 139 ◦ blue 135

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

Shades of Dark Cyan #158B87

Tints of Dark Cyan #158B87

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.12%

 BLUE value IS 135 (53.13% from 255) = 45.76%

R = 7.12%
G = 47.12%
B = 45.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#158B87 (or 0x158B87) is known color: Dark Cyan. HEX triplet: 15, 8B and 87. RGB value is (21,139,135). Sum of RGB (Red+Green+Blue) = 21+139+135=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #158B87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158B87 is #EA7478. Grayscale: #676767. Windows color (decimal): -15365241 or 8882965. OLE color: 8882965.

HSL color Cylindrical-coordinate representation of color #158B87: hue angle of 177.97º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158B87 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 139 135 -
CMYK 0.85 0 0.03 0.45
HSL 177.97º 0.74% 0.31% -
HSV(B) 177.97º 0.85% 0.55% -
XYZ 13.92 20.37 26.12 -
YUV 103.26 145.91 69.33 -
System Red Green Blue C M Y K H S L
Decimal 21 139 135 0.85 0 0.03 0.45 177.97 0.74 0.31
Hex 15 8B 87 55 0 3 2D B2 4A 1F
Octal 25 213 207 125 0 3 55 262 112 37
Binary 10101 10001011 10000111 1010101 0 11 101101 10110010 1001010 11111

Color Harmonies of #158B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158B87

Black with #158B87

Text Example


Text Example

White with #158B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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