#0C8491

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

Shades of Dark Cyan #0C8491

Tints of Dark Cyan #0C8491

Color information

#0C8491 (or 0x0C8491) is unknown color: approx Dark Cyan. HEX triplet: 0C, 84 and 91. RGB value is (12,132,145). Sum of RGB (Red+Green+Blue) = 12+132+145=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C8491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8491 is #F37B6E. Grayscale: #616161. Windows color (decimal): -15956847 or 9536524. OLE color: 9536524.

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

Color convert

RGB12132145-
CMYK0.920.0900.43
HSL185.86º84.71%30.78%-
HSV(B)185.86º91.72%56.86%-
XYZ13.5118.6329.67-
YUV97.6154.7466.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.15%
GREEN value IS 132 (51.95% from 255) = 45.67%
BLUE value IS 145 (57.03% from 255) = 50.17%
R=4.15%
G=45.67%
B=50.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121321450.920.0900.43185.8684.7130.78
HexC84915C902Bba551f
Octal142042211341105327212537
Binary1100100001001001000110111001001010101110111010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,132,145); }

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

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

 a { background-color: rgb(12,132,145); }

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

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

 span { border-color: rgb(12,132,145); }

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