#099697

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

Shades of Dark Cyan #099697

Tints of Dark Cyan #099697

Color information

#099697 (or 0x099697) is unknown color: approx Dark Cyan. HEX triplet: 09, 96 and 97. RGB value is (9,150,151). Sum of RGB (Red+Green+Blue) = 9+150+151=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 151 (59.38% from 255 or 48.71% from 310); Max value from RGB is 151 - color contains mainly: blue. Hex color #099697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099697 is #F66968. Grayscale: #6B6B6B. Windows color (decimal): -16148841 or 9934345. OLE color: 9934345.

HSL color Cylindrical-coordinate representation of color #099697: hue angle of 180.42º 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 #099697 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9150151-
CMYK0.940.0100.41
HSL180.42º88.75%31.37%-
HSV(B)180.42º94.04%59.22%-
XYZ16.624.1133.06-
YUV107.96152.2957.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.90%
GREEN value IS 150 (58.98% from 255) = 48.39%
BLUE value IS 151 (59.38% from 255) = 48.71%
R=2.90%
G=48.39%
B=48.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91501510.940.0100.41180.4288.7531.37
Hex996975E1029b4591f
Octal11226227136105126413137
Binary1001100101101001011110111101010100110110100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099697; }

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

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

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

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

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

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

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

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