#0A8693

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

Shades of Dark Cyan #0A8693

Tints of Dark Cyan #0A8693

Color information

#0A8693 (or 0x0A8693) is unknown color: approx Dark Cyan. HEX triplet: 0A, 86 and 93. RGB value is (10,134,147). Sum of RGB (Red+Green+Blue) = 10+134+147=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A8693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8693 is #F5796C. Grayscale: #626262. Windows color (decimal): -16087405 or 9668106. OLE color: 9668106.

HSL color Cylindrical-coordinate representation of color #0A8693: hue angle of 185.69º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8693 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10134147-
CMYK0.930.0900.42
HSL185.69º87.26%30.78%-
HSV(B)185.69º93.2%57.65%-
XYZ13.9219.2230.58-
YUV98.41155.4264.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.44%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 147 (57.81% from 255) = 50.52%
R=3.44%
G=46.05%
B=50.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101341470.930.0900.42185.6987.2630.78
HexA86935D902Aba571f
Octal122062231351105227212737
Binary1010100001101001001110111011001010101010111010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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