#099689

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

Shades of Dark Cyan #099689

Tints of Dark Cyan #099689

Color information

#099689 (or 0x099689) is unknown color: approx Dark Cyan. HEX triplet: 09, 96 and 89. RGB value is (9,150,137). Sum of RGB (Red+Green+Blue) = 9+150+137=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #099689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099689 is #F66976. Grayscale: #6A6A6A. Windows color (decimal): -16148855 or 9016841. OLE color: 9016841.

HSL color Cylindrical-coordinate representation of color #099689: hue angle of 174.47º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099689 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB9150137-
CMYK0.9400.090.41
HSL174.47º88.68%31.18%-
HSV(B)174.47º94%58.82%-
XYZ15.5323.6827.42-
YUV106.36145.2958.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.04%
GREEN value IS 150 (58.98% from 255) = 50.68%
BLUE value IS 137 (53.91% from 255) = 46.28%
R=3.04%
G=50.68%
B=46.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91501370.9400.090.41174.4788.6831.18
Hex996895E0929ae591f
Octal112262111360115125613137
Binary1001100101101000100110111100100110100110101110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099689; }

 p { color: rgb(9,150,137); }

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

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

 a { background-color: rgb(9,150,137); }

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

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

 span { border-color: rgb(9,150,137); }

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