#098C8D

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

Shades of Dark Cyan #098C8D

Tints of Dark Cyan #098C8D

Color information

#098C8D (or 0x098C8D) is unknown color: approx Dark Cyan. HEX triplet: 09, 8C and 8D. RGB value is (9,140,141). Sum of RGB (Red+Green+Blue) = 9+140+141=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #098C8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098C8D is #F67372. Grayscale: #646464. Windows color (decimal): -16151411 or 9276425. OLE color: 9276425.

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

Color convert

RGB9140141-
CMYK0.940.0100.45
HSL180.45º88%29.41%-
HSV(B)180.45º93.62%55.29%-
XYZ14.320.7428.45-
YUV100.94150.662.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.10%
GREEN value IS 140 (55.08% from 255) = 48.28%
BLUE value IS 141 (55.47% from 255) = 48.62%
R=3.10%
G=48.28%
B=48.62%

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
Decimal91401410.940.0100.45180.458829.41
Hex98C8D5E102Db4581d
Octal11214215136105526413035
Binary1001100011001000110110111101010110110110100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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