#088B80

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

Shades of Dark Cyan #088B80

Tints of Dark Cyan #088B80

Color information

#088B80 (or 0x088B80) is unknown color: approx Dark Cyan. HEX triplet: 08, 8B and 80. RGB value is (8,139,128). Sum of RGB (Red+Green+Blue) = 8+139+128=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 139 (54.69% from 255 or 50.55% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 139 - color contains mainly: green. Hex color #088B80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088B80 is #F7747F. Grayscale: #626262. Windows color (decimal): -16217216 or 8424200. OLE color: 8424200.

HSL color Cylindrical-coordinate representation of color #088B80: hue angle of 174.96º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088B80 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB8139128-
CMYK0.9400.080.45
HSL174.96º89.12%28.82%-
HSV(B)174.96º94.24%54.51%-
XYZ13.2320.0823.6-
YUV98.58144.663.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.91%
GREEN value IS 139 (54.69% from 255) = 50.55%
BLUE value IS 128 (50.39% from 255) = 46.55%
R=2.91%
G=50.55%
B=46.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81391280.9400.080.45174.9689.1228.82
Hex88B805E082Daf591d
Octal102132001360105525713135
Binary1000100010111000000010111100100010110110101111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088B80; }

 p { color: rgb(8,139,128); }

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

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

 a { background-color: rgb(8,139,128); }

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

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

 span { border-color: rgb(8,139,128); }

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