#159384

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

Shades of Dark Cyan #159384

Tints of Dark Cyan #159384

Color information

#159384 (or 0x159384) is unknown color: approx Dark Cyan. HEX triplet: 15, 93 and 84. RGB value is (21,147,132). Sum of RGB (Red+Green+Blue) = 21+147+132=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #159384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159384 is #EA6C7B. Grayscale: #6B6B6B. Windows color (decimal): -15363196 or 8688405. OLE color: 8688405.

HSL color Cylindrical-coordinate representation of color #159384: hue angle of 172.86º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159384 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB21147132-
CMYK0.8600.100.42
HSL172.86º75%32.94%-
HSV(B)172.86º85.71%57.65%-
XYZ14.9122.6925.42-
YUV107.62141.7666.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 132 (51.95% from 255) = 44%
R=7%
G=49%
B=44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211471320.8600.100.42172.867532.94
Hex159384560A2Aad4b21
Octal252232041260125225511341
Binary101011001001110000100101011001010101010101011011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159384; }

 p { color: rgb(21,147,132); }

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

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

 a { background-color: rgb(21,147,132); }

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

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

 span { border-color: rgb(21,147,132); }

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