#088886

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

Shades of Dark Cyan #088886

Tints of Dark Cyan #088886

Color information

#088886 (or 0x088886) is unknown color: approx Dark Cyan. HEX triplet: 08, 88 and 86. RGB value is (8,136,134). Sum of RGB (Red+Green+Blue) = 8+136+134=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #088886 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088886 is #F77779. Grayscale: #616161. Windows color (decimal): -16217978 or 8816648. OLE color: 8816648.

HSL color Cylindrical-coordinate representation of color #088886: hue angle of 179.06º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088886 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB8136134-
CMYK0.9400.010.47
HSL179.06º88.89%28.24%-
HSV(B)179.06º94.12%53.33%-
XYZ13.2119.3825.6-
YUV97.5148.5964.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.88%
GREEN value IS 136 (53.52% from 255) = 48.92%
BLUE value IS 134 (52.73% from 255) = 48.20%
R=2.88%
G=48.92%
B=48.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81361340.9400.010.47179.0688.8928.24
Hex888865E012Fb3591c
Octal10210206136015726313134
Binary1000100010001000011010111100110111110110011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088886; }

 p { color: rgb(8,136,134); }

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

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

 a { background-color: rgb(8,136,134); }

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

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

 span { border-color: rgb(8,136,134); }

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