#0C928C

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

Shades of Dark Cyan #0C928C

Tints of Dark Cyan #0C928C

Color information

#0C928C (or 0x0C928C) is unknown color: approx Dark Cyan. HEX triplet: 0C, 92 and 8C. RGB value is (12,146,140). Sum of RGB (Red+Green+Blue) = 12+146+140=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #0C928C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C928C is #F36D73. Grayscale: #696969. Windows color (decimal): -15953268 or 9212428. OLE color: 9212428.

HSL color Cylindrical-coordinate representation of color #0C928C: hue angle of 177.31º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C928C is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB12146140-
CMYK0.9200.040.43
HSL177.31º84.81%30.98%-
HSV(B)177.31º91.78%57.25%-
XYZ15.1622.5328.36-
YUV105.25147.6161.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.03%
GREEN value IS 146 (57.42% from 255) = 48.99%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=4.03%
G=48.99%
B=46.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121461400.9200.040.43177.3184.8130.98
HexC928C5C042Bb1551f
Octal14222214134045326112537
Binary110010010010100011001011100010010101110110001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,146,140); }

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

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

 a { background-color: rgb(12,146,140); }

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

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

 span { border-color: rgb(12,146,140); }

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