#08808B

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

Shades of Dark Cyan #08808B

Tints of Dark Cyan #08808B

Color information

#08808B (or 0x08808B) is unknown color: approx Dark Cyan. HEX triplet: 08, 80 and 8B. RGB value is (8,128,139). Sum of RGB (Red+Green+Blue) = 8+128+139=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #08808B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08808B is #F77F74. Grayscale: #5D5D5D. Windows color (decimal): -16220021 or 9142280. OLE color: 9142280.

HSL color Cylindrical-coordinate representation of color #08808B: hue angle of 185.04º 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 #08808B is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8128139-
CMYK0.940.0800.45
HSL185.04º89.12%28.82%-
HSV(B)185.04º94.24%54.51%-
XYZ12.4817.3527.12-
YUV93.37153.7467.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81281390.940.0800.45185.0489.1228.82
Hex8808B5E802Db9591d
Octal102002131361005527113135
Binary1000100000001000101110111101000010110110111001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08808B; }

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

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

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

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

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

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

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

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