#0A868A

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

Shades of Dark Cyan #0A868A

Tints of Dark Cyan #0A868A

Color information

#0A868A (or 0x0A868A) is unknown color: approx Dark Cyan. HEX triplet: 0A, 86 and 8A. RGB value is (10,134,138). Sum of RGB (Red+Green+Blue) = 10+134+138=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A868A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A868A is #F57975. Grayscale: #616161. Windows color (decimal): -16087414 or 9078282. OLE color: 9078282.

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

Color convert

RGB10134138-
CMYK0.930.0300.46
HSL181.88º86.49%29.02%-
HSV(B)181.88º92.75%54.12%-
XYZ13.2418.9527-
YUV97.38150.9265.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.55%
GREEN value IS 134 (52.73% from 255) = 47.52%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=3.55%
G=47.52%
B=48.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101341380.930.0300.46181.8886.4929.02
HexA868A5D302Eb6561d
Octal12206212135305626612635
Binary10101000011010001010101110111010111010110110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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