#08958E

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

Shades of Dark Cyan #08958E

Tints of Dark Cyan #08958E

Color information

#08958E (or 0x08958E) is unknown color: approx Dark Cyan. HEX triplet: 08, 95 and 8E. RGB value is (8,149,142). Sum of RGB (Red+Green+Blue) = 8+149+142=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #08958E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08958E is #F76A71. Grayscale: #696969. Windows color (decimal): -16214642 or 9344264. OLE color: 9344264.

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

Color convert

RGB8149142-
CMYK0.9500.050.42
HSL177.02º89.81%30.78%-
HSV(B)177.02º94.63%58.43%-
XYZ15.7323.529.3-
YUV106.04148.2958.07-

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) = 49.83%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=2.68%
G=49.83%
B=47.49%

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
Decimal81491420.9500.050.42177.0289.8130.78
Hex8958E5F052Ab15a1f
Octal10225216137055226113237
Binary100010010101100011101011111010110101010110001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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