#0A988D

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

Shades of Dark Cyan #0A988D

Tints of Dark Cyan #0A988D

Color information

#0A988D (or 0x0A988D) is unknown color: approx Dark Cyan. HEX triplet: 0A, 98 and 8D. RGB value is (10,152,141). Sum of RGB (Red+Green+Blue) = 10+152+141=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #0A988D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A988D is #F56772. Grayscale: #6C6C6C. Windows color (decimal): -16082803 or 9279498. OLE color: 9279498.

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

Color convert

RGB10152141-
CMYK0.9300.070.40
HSL175.35º87.65%31.76%-
HSV(B)175.35º93.42%59.61%-
XYZ16.1624.4429.07-
YUV108.29146.4657.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.30%
GREEN value IS 152 (59.77% from 255) = 50.17%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=3.30%
G=50.17%
B=46.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101521410.9300.070.40175.3587.6531.76
HexA988D5D0728af5820
Octal12230215135075025713040
Binary1010100110001000110110111010111101000101011111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,152,141); }

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

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

 a { background-color: rgb(10,152,141); }

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

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

 span { border-color: rgb(10,152,141); }

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