#009184

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

Shades of Dark Cyan #009184

Tints of Dark Cyan #009184

Color information

#009184 (or 0x009184) is unknown color: approx Dark Cyan. HEX triplet: 00, 91 and 84. RGB value is (0,145,132). Sum of RGB (Red+Green+Blue) = 0+145+132=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #009184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009184 is #FF6E7B. Grayscale: #646464. Windows color (decimal): -16739964 or 8687872. OLE color: 8687872.

HSL color Cylindrical-coordinate representation of color #009184: hue angle of 174.62º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009184 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB0145132-
CMYK100.090.43
HSL174.62º100%28.43%-
HSV(B)174.62º100%56.86%-
XYZ14.2921.9225.31-
YUV100.16145.9656.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 145 (57.03% from 255) = 52.35%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=0%
G=52.35%
B=47.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal0145132100.090.43174.6210028.43
Hex0918464092Baf641c
Octal02212041440115325714434
Binary0100100011000010011001000100110101110101111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009184; }

 p { color: rgb(0,145,132); }

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

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

 a { background-color: rgb(0,145,132); }

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

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

 span { border-color: rgb(0,145,132); }

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