#0a888a

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

Shades of Dark Cyan #0A888A

Tints of Dark Cyan #0A888A

Color information

#0A888A (or 0x0A888A) is unknown color: approx Dark Cyan. HEX triplet: 0A, 88 and 8A. RGB value is (10,136,138). Sum of RGB (Red+Green+Blue) = 10+136+138=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A888A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A888A is #F57775. Grayscale: #626262. Windows color (decimal): -16086902 or 9078794. OLE color: 9078794.

HSL color Cylindrical-coordinate representation of color #0A888A: hue angle of 180.94º 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 #0A888A is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10136138-
CMYK0.930.0100.46
HSL180.94º86.49%29.02%-
HSV(B)180.94º92.75%54.12%-
XYZ13.5219.5127.1-
YUV98.55150.2664.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.52%
GREEN value IS 136 (53.52% from 255) = 47.89%
BLUE value IS 138 (54.30% from 255) = 48.59%
R=3.52%
G=47.89%
B=48.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101361380.930.0100.46180.9486.4929.02
HexA888A5D102Eb5561d
Octal12210212135105626512635
Binary1010100010001000101010111011010111010110101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a888a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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