#158d8c

Color #158D8C Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #158D8C

Tints of Dark Cyan #158D8C

Color information

#158D8C (or 0x158D8C) is unknown color: approx Dark Cyan. HEX triplet: 15, 8D and 8C. RGB value is (21,141,140). Sum of RGB (Red+Green+Blue) = 21+141+140=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #158D8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158D8C is #EA7273. Grayscale: #686868. Windows color (decimal): -15364724 or 9211157. OLE color: 9211157.

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

Color convert

RGB21141140-
CMYK0.8500.010.45
HSL179.5º74.07%31.76%-
HSV(B)179.5º85.11%55.29%-
XYZ14.5721.128.12-
YUV105.01147.7468.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.95%
GREEN value IS 141 (55.47% from 255) = 46.69%
BLUE value IS 140 (55.08% from 255) = 46.36%
R=6.95%
G=46.69%
B=46.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211411400.8500.010.45179.574.0731.76
Hex158D8C55012Db44a20
Octal25215214125015526411240
Binary101011000110110001100101010101101101101101001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158d8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,141,140); }

 H1.HeaderClassName
 {
   color: #158d8c;
 }
 .AnyTagClassName
 {
   color: #158d8c;
 }
</style>
background-color css

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

 a { background-color: rgb(21,141,140); }

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

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

 span { border-color: rgb(21,141,140); }

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