#0A9481

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

Shades of Dark Cyan #0A9481

Tints of Dark Cyan #0A9481

Color information

#0A9481 (or 0x0A9481) is unknown color: approx Dark Cyan. HEX triplet: 0A, 94 and 81. RGB value is (10,148,129). Sum of RGB (Red+Green+Blue) = 10+148+129=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9481 is #F56B7E. Grayscale: #686868. Windows color (decimal): -16083839 or 8492042. OLE color: 8492042.

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

Color convert

RGB10148129-
CMYK0.9300.130.42
HSL171.74º87.34%30.98%-
HSV(B)171.74º93.24%58.04%-
XYZ14.6822.8324.4-
YUV104.57141.7860.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.48%
GREEN value IS 148 (58.20% from 255) = 51.57%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=3.48%
G=51.57%
B=44.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101481290.9300.130.42171.7487.3430.98
HexA94815D0D2Aac571f
Octal122242011350155225412737
Binary1010100101001000000110111010110110101010101100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,148,129); }

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

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

 a { background-color: rgb(10,148,129); }

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

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

 span { border-color: rgb(10,148,129); }

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