#0A9091

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

Shades of Dark Cyan #0A9091

Tints of Dark Cyan #0A9091

Color information

#0A9091 (or 0x0A9091) is unknown color: approx Dark Cyan. HEX triplet: 0A, 90 and 91. RGB value is (10,144,145). Sum of RGB (Red+Green+Blue) = 10+144+145=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #0A9091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9091 is #F56F6E. Grayscale: #676767. Windows color (decimal): -16084847 or 9539594. OLE color: 9539594.

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

Color convert

RGB10144145-
CMYK0.930.0100.43
HSL180.44º87.1%30.39%-
HSV(B)180.44º93.1%56.86%-
XYZ15.2122.0630.24-
YUV104.05151.1160.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.34%
GREEN value IS 144 (56.64% from 255) = 48.16%
BLUE value IS 145 (57.03% from 255) = 48.49%
R=3.34%
G=48.16%
B=48.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101441450.930.0100.43180.4487.130.39
HexA90915D102Bb4571e
Octal12220221135105326412736
Binary1010100100001001000110111011010101110110100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,144,145); }

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

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

 a { background-color: rgb(10,144,145); }

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

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

 span { border-color: rgb(10,144,145); }

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