#09958b

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

Shades of Dark Cyan #09958B

Tints of Dark Cyan #09958B

Color information

#09958B (or 0x09958B) is unknown color: approx Dark Cyan. HEX triplet: 09, 95 and 8B. RGB value is (9,149,139). Sum of RGB (Red+Green+Blue) = 9+149+139=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #09958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09958B is #F66A74. Grayscale: #696969. Windows color (decimal): -16149109 or 9147657. OLE color: 9147657.

HSL color Cylindrical-coordinate representation of color #09958B: hue angle of 175.71º 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 #09958B is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB9149139-
CMYK0.9400.070.42
HSL175.71º88.61%30.98%-
HSV(B)175.71º93.96%58.43%-
XYZ15.5223.4228.13-
YUV106146.6258.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.03%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 139 (54.69% from 255) = 46.80%
R=3.03%
G=50.17%
B=46.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91491390.9400.070.42175.7188.6130.98
Hex9958B5E072Ab0591f
Octal11225213136075226013137
Binary100110010101100010111011110011110101010110000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09958b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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