#0c9699

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

Shades of Dark Cyan #0C9699

Tints of Dark Cyan #0C9699

Color information

#0C9699 (or 0x0C9699) is unknown color: approx Dark Cyan. HEX triplet: 0C, 96 and 99. RGB value is (12,150,153). Sum of RGB (Red+Green+Blue) = 12+150+153=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C9699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9699 is #F36966. Grayscale: #6C6C6C. Windows color (decimal): -15952231 or 10065420. OLE color: 10065420.

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

Color convert

RGB12150153-
CMYK0.920.0200.4
HSL181.28º85.45%32.35%-
HSV(B)181.28º92.16%60%-
XYZ16.8124.1933.92-
YUV109.08152.7858.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.81%
GREEN value IS 150 (58.98% from 255) = 47.62%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=3.81%
G=47.62%
B=48.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal121501530.920.0200.4181.2885.4532.35
HexC96995C2028b55520
Octal14226231134205026512540
Binary110010010110100110011011100100101000101101011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c9699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,150,153); }

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

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

 a { background-color: rgb(12,150,153); }

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

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

 span { border-color: rgb(12,150,153); }

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