#009183

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

Shades of Dark Cyan #009183

Tints of Dark Cyan #009183

Color information

#009183 (or 0x009183) is unknown color: approx Dark Cyan. HEX triplet: 00, 91 and 83. RGB value is (0,145,131). Sum of RGB (Red+Green+Blue) = 0+145+131=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #009183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009183 is #FF6E7C. Grayscale: #636363. Windows color (decimal): -16739965 or 8622336. OLE color: 8622336.

HSL color Cylindrical-coordinate representation of color #009183: hue angle of 174.21º 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 #009183 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB0145131-
CMYK100.100.43
HSL174.21º100%28.43%-
HSV(B)174.21º100%56.86%-
XYZ14.2221.8924.95-
YUV100.05145.4656.64-

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.54%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=0%
G=52.54%
B=47.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal0145131100.100.43174.2110028.43
Hex09183640A2Bae641c
Octal02212031440125325614434
Binary0100100011000001111001000101010101110101110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009183; }

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

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

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

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

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

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

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

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