#088688

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

Shades of Dark Cyan #088688

Tints of Dark Cyan #088688

Color information

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

HSL color Cylindrical-coordinate representation of color #088688: hue angle of 180.94º 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 #088688 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8134136-
CMYK0.940.0100.47
HSL180.94º88.89%28.24%-
HSV(B)180.94º94.12%53.33%-
XYZ13.0718.8826.25-
YUV96.55150.2664.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81341360.940.0100.47180.9488.8928.24
Hex886885E102Fb5591c
Octal10206210136105726513134
Binary1000100001101000100010111101010111110110101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088688; }

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

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

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

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

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

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

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

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