#00958D

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

Shades of Dark Cyan #00958D

Tints of Dark Cyan #00958D

Color information

#00958D (or 0x00958D) is unknown color: approx Dark Cyan. HEX triplet: 00, 95 and 8D. RGB value is (0,149,141). Sum of RGB (Red+Green+Blue) = 0+149+141=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #00958D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00958D is #FF6A72. Grayscale: #676767. Windows color (decimal): -16738931 or 9278720. OLE color: 9278720.

HSL color Cylindrical-coordinate representation of color #00958D: hue angle of 176.78º 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 #00958D is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB0149141-
CMYK100.050.42
HSL176.78º100%29.22%-
HSV(B)176.78º100%58.43%-
XYZ15.5623.4228.9-
YUV103.54149.1454.15-

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.38%
BLUE value IS 141 (55.47% from 255) = 48.62%
R=0%
G=51.38%
B=48.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0149141100.050.42176.7810029.22
Hex0958D64052Ab1641d
Octal0225215144055226114435
Binary010010101100011011100100010110101010110001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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