#098B8D

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

Shades of Dark Cyan #098B8D

Tints of Dark Cyan #098B8D

Color information

#098B8D (or 0x098B8D) is unknown color: approx Dark Cyan. HEX triplet: 09, 8B and 8D. RGB value is (9,139,141). Sum of RGB (Red+Green+Blue) = 9+139+141=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #098B8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098B8D is #F67472. Grayscale: #646464. Windows color (decimal): -16151667 or 9276169. OLE color: 9276169.

HSL color Cylindrical-coordinate representation of color #098B8D: hue angle of 180.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098B8D is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9139141-
CMYK0.940.0100.45
HSL180.91º88%29.41%-
HSV(B)180.91º93.62%55.29%-
XYZ14.1520.4528.4-
YUV100.36150.9362.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.11%
GREEN value IS 139 (54.69% from 255) = 48.10%
BLUE value IS 141 (55.47% from 255) = 48.79%
R=3.11%
G=48.10%
B=48.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91391410.940.0100.45180.918829.41
Hex98B8D5E102Db5581d
Octal11213215136105526513035
Binary1001100010111000110110111101010110110110101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098B8D; }

 p { color: rgb(9,139,141); }

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

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

 a { background-color: rgb(9,139,141); }

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

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

 span { border-color: rgb(9,139,141); }

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