#0A8491

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

Shades of Dark Cyan #0A8491

Tints of Dark Cyan #0A8491

Color information

#0A8491 (or 0x0A8491) is unknown color: approx Dark Cyan. HEX triplet: 0A, 84 and 91. RGB value is (10,132,145). Sum of RGB (Red+Green+Blue) = 10+132+145=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #0A8491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8491 is #F57B6E. Grayscale: #606060. Windows color (decimal): -16087919 or 9536522. OLE color: 9536522.

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

Color convert

RGB10132145-
CMYK0.930.0900.43
HSL185.78º87.1%30.39%-
HSV(B)185.78º93.1%56.86%-
XYZ13.4918.6129.67-
YUV97155.0865.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.48%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 145 (57.03% from 255) = 50.52%
R=3.48%
G=45.99%
B=50.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101321450.930.0900.43185.7887.130.39
HexA84915D902Bba571e
Octal122042211351105327212736
Binary1010100001001001000110111011001010101110111010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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