#0A888F

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

Shades of Dark Cyan #0A888F

Tints of Dark Cyan #0A888F

Color information

#0A888F (or 0x0A888F) is unknown color: approx Dark Cyan. HEX triplet: 0A, 88 and 8F. RGB value is (10,136,143). Sum of RGB (Red+Green+Blue) = 10+136+143=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #0A888F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A888F is #F57770. Grayscale: #626262. Windows color (decimal): -16086897 or 9406474. OLE color: 9406474.

HSL color Cylindrical-coordinate representation of color #0A888F: hue angle of 183.16º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A888F is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10136143-
CMYK0.930.0500.44
HSL183.16º86.93%30%-
HSV(B)183.16º93.01%56.08%-
XYZ13.8919.6629.05-
YUV99.12152.7664.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.46%
GREEN value IS 136 (53.52% from 255) = 47.06%
BLUE value IS 143 (56.25% from 255) = 49.48%
R=3.46%
G=47.06%
B=49.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101361430.930.0500.44183.1686.9330
HexA888F5D502Cb7571e
Octal12210217135505426712736
Binary101010001000100011111011101101010110010110111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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