#0C928D

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

Shades of Dark Cyan #0C928D

Tints of Dark Cyan #0C928D

Color information

#0C928D (or 0x0C928D) is unknown color: approx Dark Cyan. HEX triplet: 0C, 92 and 8D. RGB value is (12,146,141). Sum of RGB (Red+Green+Blue) = 12+146+141=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #0C928D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C928D is #F36D72. Grayscale: #696969. Windows color (decimal): -15953267 or 9277964. OLE color: 9277964.

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

Color convert

RGB12146141-
CMYK0.9200.030.43
HSL177.76º84.81%30.98%-
HSV(B)177.76º91.78%57.25%-
XYZ15.2422.5628.75-
YUV105.36148.1161.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.01%
GREEN value IS 146 (57.42% from 255) = 48.83%
BLUE value IS 141 (55.47% from 255) = 47.16%
R=4.01%
G=48.83%
B=47.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121461410.9200.030.43177.7684.8130.98
HexC928D5C032Bb2551f
Octal14222215134035326212537
Binary11001001001010001101101110001110101110110010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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