#159083

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

Shades of Dark Cyan #159083

Tints of Dark Cyan #159083

Color information

#159083 (or 0x159083) is unknown color: approx Dark Cyan. HEX triplet: 15, 90 and 83. RGB value is (21,144,131). Sum of RGB (Red+Green+Blue) = 21+144+131=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #159083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159083 is #EA6F7C. Grayscale: #696969. Windows color (decimal): -15363965 or 8622101. OLE color: 8622101.

HSL color Cylindrical-coordinate representation of color #159083: hue angle of 173.66º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #159083 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB21144131-
CMYK0.8500.090.44
HSL173.66º74.55%32.35%-
HSV(B)173.66º85.42%56.47%-
XYZ14.3821.7424.91-
YUV105.74142.2567.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.09%
GREEN value IS 144 (56.64% from 255) = 48.65%
BLUE value IS 131 (51.56% from 255) = 44.26%
R=7.09%
G=48.65%
B=44.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211441310.8500.090.44173.6674.5532.35
Hex15908355092Cae4b20
Octal252202031250115425611340
Binary101011001000010000011101010101001101100101011101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159083; }

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

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

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

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

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

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

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

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