#0A978A

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

Shades of Dark Cyan #0A978A

Tints of Dark Cyan #0A978A

Color information

#0A978A (or 0x0A978A) is unknown color: approx Dark Cyan. HEX triplet: 0A, 97 and 8A. RGB value is (10,151,138). Sum of RGB (Red+Green+Blue) = 10+151+138=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #0A978A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A978A is #F56875. Grayscale: #6B6B6B. Windows color (decimal): -16083062 or 9082634. OLE color: 9082634.

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

Color convert

RGB10151138-
CMYK0.9300.090.41
HSL174.47º87.58%31.57%-
HSV(B)174.47º93.38%59.22%-
XYZ15.7824.0327.85-
YUV107.36145.2958.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.34%
GREEN value IS 151 (59.38% from 255) = 50.50%
BLUE value IS 138 (54.30% from 255) = 46.15%
R=3.34%
G=50.50%
B=46.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101511380.9300.090.41174.4787.5831.57
HexA978A5D0929ae5820
Octal122272121350115125613040
Binary10101001011110001010101110101001101001101011101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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