#00958A

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

Shades of Dark Cyan #00958A

Tints of Dark Cyan #00958A

Color information

#00958A (or 0x00958A) is unknown color: approx Dark Cyan. HEX triplet: 00, 95 and 8A. RGB value is (0,149,138). Sum of RGB (Red+Green+Blue) = 0+149+138=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #00958A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00958A is #FF6A75. Grayscale: #676767. Windows color (decimal): -16738934 or 9082112. OLE color: 9082112.

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

Color convert

RGB0149138-
CMYK100.070.42
HSL175.57º100%29.22%-
HSV(B)175.57º100%58.43%-
XYZ15.3323.3327.74-
YUV103.2147.6454.39-

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.92%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=0%
G=51.92%
B=48.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0149138100.070.42175.5710029.22
Hex0958A64072Ab0641d
Octal0225212144075226014435
Binary010010101100010101100100011110101010110000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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