#08868B

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

Shades of Dark Cyan #08868B

Tints of Dark Cyan #08868B

Color information

#08868B (or 0x08868B) is unknown color: approx Dark Cyan. HEX triplet: 08, 86 and 8B. RGB value is (8,134,139). Sum of RGB (Red+Green+Blue) = 8+134+139=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #08868B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08868B is #F77974. Grayscale: #606060. Windows color (decimal): -16218485 or 9143816. OLE color: 9143816.

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

Color convert

RGB8134139-
CMYK0.940.0400.45
HSL182.29º89.12%28.82%-
HSV(B)182.29º94.24%54.51%-
XYZ13.2918.9727.39-
YUV96.9151.7664.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.85%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 139 (54.69% from 255) = 49.47%
R=2.85%
G=47.69%
B=49.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81341390.940.0400.45182.2989.1228.82
Hex8868B5E402Db6591d
Octal10206213136405526613135
Binary100010000110100010111011110100010110110110110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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