#098D7E

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

Shades of Dark Cyan #098D7E

Tints of Dark Cyan #098D7E

Color information

#098D7E (or 0x098D7E) is unknown color: approx Dark Cyan. HEX triplet: 09, 8D and 7E. RGB value is (9,141,126). Sum of RGB (Red+Green+Blue) = 9+141+126=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #098D7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098D7E is #F67281. Grayscale: #636363. Windows color (decimal): -16151170 or 8293641. OLE color: 8293641.

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

Color convert

RGB9141126-
CMYK0.9400.110.45
HSL173.18º88%29.41%-
HSV(B)173.18º93.62%55.29%-
XYZ13.420.6123.01-
YUV99.82142.7763.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.26%
GREEN value IS 141 (55.47% from 255) = 51.09%
BLUE value IS 126 (49.61% from 255) = 45.65%
R=3.26%
G=51.09%
B=45.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91411260.9400.110.45173.188829.41
Hex98D7E5E0B2Dad581d
Octal112151761360135525513035
Binary100110001101111111010111100101110110110101101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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