#09958D

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

Shades of Dark Cyan #09958D

Tints of Dark Cyan #09958D

Color information

#09958D (or 0x09958D) is unknown color: approx Dark Cyan. HEX triplet: 09, 95 and 8D. RGB value is (9,149,141). Sum of RGB (Red+Green+Blue) = 9+149+141=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #09958D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09958D is #F66A72. Grayscale: #6A6A6A. Windows color (decimal): -16149107 or 9278729. OLE color: 9278729.

HSL color Cylindrical-coordinate representation of color #09958D: hue angle of 176.57º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09958D is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB9149141-
CMYK0.9400.050.42
HSL176.57º88.61%30.98%-
HSV(B)176.57º93.96%58.43%-
XYZ15.6723.4828.9-
YUV106.23147.6258.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.01%
GREEN value IS 149 (58.59% from 255) = 49.83%
BLUE value IS 141 (55.47% from 255) = 47.16%
R=3.01%
G=49.83%
B=47.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91491410.9400.050.42176.5788.6130.98
Hex9958D5E052Ab1591f
Octal11225215136055226113137
Binary100110010101100011011011110010110101010110001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09958D; }

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

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

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

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

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

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

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

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