#098688

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

Shades of Dark Cyan #098688

Tints of Dark Cyan #098688

Color information

#098688 (or 0x098688) is unknown color: approx Dark Cyan. HEX triplet: 09, 86 and 88. RGB value is (9,134,136). Sum of RGB (Red+Green+Blue) = 9+134+136=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #098688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098688 is #F67977. Grayscale: #606060. Windows color (decimal): -16152952 or 8947209. OLE color: 8947209.

HSL color Cylindrical-coordinate representation of color #098688: hue angle of 180.94º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098688 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9134136-
CMYK0.930.0100.47
HSL180.94º87.59%28.43%-
HSV(B)180.94º93.38%53.33%-
XYZ13.0818.8926.25-
YUV96.85150.0965.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.23%
GREEN value IS 134 (52.73% from 255) = 48.03%
BLUE value IS 136 (53.52% from 255) = 48.75%
R=3.23%
G=48.03%
B=48.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91341360.930.0100.47180.9487.5928.43
Hex986885D102Fb5581c
Octal11206210135105726513034
Binary1001100001101000100010111011010111110110101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098688; }

 p { color: rgb(9,134,136); }

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

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

 a { background-color: rgb(9,134,136); }

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

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

 span { border-color: rgb(9,134,136); }

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