#0A978F

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

Shades of Dark Cyan #0A978F

Tints of Dark Cyan #0A978F

Color information

#0A978F (or 0x0A978F) is unknown color: approx Dark Cyan. HEX triplet: 0A, 97 and 8F. RGB value is (10,151,143). Sum of RGB (Red+Green+Blue) = 10+151+143=304 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.29% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #0A978F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A978F is #F56870. Grayscale: #6B6B6B. Windows color (decimal): -16083057 or 9410314. OLE color: 9410314.

HSL color Cylindrical-coordinate representation of color #0A978F: hue angle of 176.6º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A978F is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB10151143-
CMYK0.9300.050.41
HSL176.6º87.58%31.57%-
HSV(B)176.6º93.38%59.22%-
XYZ16.1524.1829.8-
YUV107.93147.7958.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.29%
GREEN value IS 151 (59.38% from 255) = 49.67%
BLUE value IS 143 (56.25% from 255) = 47.04%
R=3.29%
G=49.67%
B=47.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101511430.9300.050.41176.687.5831.57
HexA978F5D0529b15820
Octal12227217135055126113040
Binary1010100101111000111110111010101101001101100011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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