#098D81

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

Shades of Dark Cyan #098D81

Tints of Dark Cyan #098D81

Color information

#098D81 (or 0x098D81) is unknown color: approx Dark Cyan. HEX triplet: 09, 8D and 81. RGB value is (9,141,129). Sum of RGB (Red+Green+Blue) = 9+141+129=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #098D81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098D81 is #F6727E. Grayscale: #646464. Windows color (decimal): -16151167 or 8490249. OLE color: 8490249.

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

Color convert

RGB9141129-
CMYK0.9400.090.45
HSL174.55º88%29.41%-
HSV(B)174.55º93.62%55.29%-
XYZ13.620.6924.05-
YUV100.16144.2762.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.23%
GREEN value IS 141 (55.47% from 255) = 50.54%
BLUE value IS 129 (50.78% from 255) = 46.24%
R=3.23%
G=50.54%
B=46.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91411290.9400.090.45174.558829.41
Hex98D815E092Daf581d
Octal112152011360115525713035
Binary1001100011011000000110111100100110110110101111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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