#0A8688

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

Shades of Dark Cyan #0A8688

Tints of Dark Cyan #0A8688

Color information

#0A8688 (or 0x0A8688) is unknown color: approx Dark Cyan. HEX triplet: 0A, 86 and 88. RGB value is (10,134,136). Sum of RGB (Red+Green+Blue) = 10+134+136=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A8688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8688 is #F57977. Grayscale: #616161. Windows color (decimal): -16087416 or 8947210. OLE color: 8947210.

HSL color Cylindrical-coordinate representation of color #0A8688: hue angle of 180.95º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8688 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10134136-
CMYK0.930.0100.47
HSL180.95º86.3%28.63%-
HSV(B)180.95º92.65%53.33%-
XYZ13.0918.8926.25-
YUV97.15149.9265.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.57%
GREEN value IS 134 (52.73% from 255) = 47.86%
BLUE value IS 136 (53.52% from 255) = 48.57%
R=3.57%
G=47.86%
B=48.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101341360.930.0100.47180.9586.328.63
HexA86885D102Fb5561d
Octal12206210135105726512635
Binary1010100001101000100010111011010111110110101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A8688; }

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

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

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

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

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

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

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

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