#0C9297

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

Shades of Dark Cyan #0C9297

Tints of Dark Cyan #0C9297

Color information

#0C9297 (or 0x0C9297) is unknown color: approx Dark Cyan. HEX triplet: 0C, 92 and 97. RGB value is (12,146,151). Sum of RGB (Red+Green+Blue) = 12+146+151=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #0C9297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9297 is #F36D68. Grayscale: #6A6A6A. Windows color (decimal): -15953257 or 9933324. OLE color: 9933324.

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

Color convert

RGB12146151-
CMYK0.920.0300.41
HSL182.16º85.28%31.96%-
HSV(B)182.16º92.05%59.22%-
XYZ16.0222.8732.85-
YUV106.5153.1160.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.88%
GREEN value IS 146 (57.42% from 255) = 47.25%
BLUE value IS 151 (59.38% from 255) = 48.87%
R=3.88%
G=47.25%
B=48.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121461510.920.0300.41182.1685.2831.96
HexC92975C3029b65520
Octal14222227134305126612540
Binary110010010010100101111011100110101001101101101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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