#00958B

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

Shades of Dark Cyan #00958B

Tints of Dark Cyan #00958B

Color information

#00958B (or 0x00958B) is unknown color: approx Dark Cyan. HEX triplet: 00, 95 and 8B. RGB value is (0,149,139). Sum of RGB (Red+Green+Blue) = 0+149+139=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #00958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00958B is #FF6A74. Grayscale: #676767. Windows color (decimal): -16738933 or 9147648. OLE color: 9147648.

HSL color Cylindrical-coordinate representation of color #00958B: hue angle of 175.97º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00958B is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB0149139-
CMYK100.070.42
HSL175.97º100%29.22%-
HSV(B)175.97º100%58.43%-
XYZ15.4123.3628.12-
YUV103.31148.1454.31-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 149 (58.59% from 255) = 51.74%
BLUE value IS 139 (54.69% from 255) = 48.26%
R=0%
G=51.74%
B=48.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0149139100.070.42175.9710029.22
Hex0958B64072Ab0641d
Octal0225213144075226014435
Binary010010101100010111100100011110101010110000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00958B; }

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

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

<style>
 a { background-color: #00958B; }

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

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

<style>
 span { border-color: #00958B; }

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

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