#009196

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

Shades of Dark Cyan #009196

Tints of Dark Cyan #009196

Color information

#009196 (or 0x009196) is unknown color: approx Dark Cyan. HEX triplet: 00, 91 and 96. RGB value is (0,145,150). Sum of RGB (Red+Green+Blue) = 0+145+150=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #009196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009196 is #FF6E69. Grayscale: #666666. Windows color (decimal): -16739946 or 9867520. OLE color: 9867520.

HSL color Cylindrical-coordinate representation of color #009196: hue angle of 182º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009196 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB0145150-
CMYK10.0300.41
HSL182º100%29.41%-
HSV(B)182º100%58.82%-
XYZ15.6322.4532.36-
YUV102.22154.9655.09-

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) = 49.15%
BLUE value IS 150 (58.98% from 255) = 50.85%
R=0%
G=49.15%
B=50.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal014515010.0300.4118210029.41
Hex09196643029b6641d
Octal0221226144305126614435
Binary01001000110010110110010011010100110110110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009196; }

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

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

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

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

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

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

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

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