#08828B

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

Shades of Dark Cyan #08828B

Tints of Dark Cyan #08828B

Color information

#08828B (or 0x08828B) is unknown color: approx Dark Cyan. HEX triplet: 08, 82 and 8B. RGB value is (8,130,139). Sum of RGB (Red+Green+Blue) = 8+130+139=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #08828B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08828B is #F77D74. Grayscale: #5E5E5E. Windows color (decimal): -16219509 or 9142792. OLE color: 9142792.

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

Color convert

RGB8130139-
CMYK0.940.0600.45
HSL184.12º89.12%28.82%-
HSV(B)184.12º94.24%54.51%-
XYZ12.7417.8827.21-
YUV94.55153.0866.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.89%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=2.89%
G=46.93%
B=50.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81301390.940.0600.45184.1289.1228.82
Hex8828B5E602Db8591d
Octal10202213136605527013135
Binary100010000010100010111011110110010110110111000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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