#08958D

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

Shades of Dark Cyan #08958D

Tints of Dark Cyan #08958D

Color information

#08958D (or 0x08958D) is unknown color: approx Dark Cyan. HEX triplet: 08, 95 and 8D. RGB value is (8,149,141). Sum of RGB (Red+Green+Blue) = 8+149+141=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #08958D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08958D is #F76A72. Grayscale: #696969. Windows color (decimal): -16214643 or 9278728. OLE color: 9278728.

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

Color convert

RGB8149141-
CMYK0.9500.050.42
HSL176.6º89.81%30.78%-
HSV(B)176.6º94.63%58.43%-
XYZ15.6623.4728.9-
YUV105.93147.7958.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.68%
GREEN value IS 149 (58.59% from 255) = 50%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=2.68%
G=50%
B=47.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81491410.9500.050.42176.689.8130.78
Hex8958D5F052Ab15a1f
Octal10225215137055226113237
Binary100010010101100011011011111010110101010110001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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