#0C8893

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

Shades of Dark Cyan #0C8893

Tints of Dark Cyan #0C8893

Color information

#0C8893 (or 0x0C8893) is unknown color: approx Dark Cyan. HEX triplet: 0C, 88 and 93. RGB value is (12,136,147). Sum of RGB (Red+Green+Blue) = 12+136+147=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C8893 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8893 is #F3776C. Grayscale: #646464. Windows color (decimal): -15955821 or 9668620. OLE color: 9668620.

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

Color convert

RGB12136147-
CMYK0.920.0700.42
HSL184.89º84.91%31.18%-
HSV(B)184.89º91.84%57.65%-
XYZ14.2219.7930.67-
YUV100.18154.4265.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.07%
GREEN value IS 136 (53.52% from 255) = 46.10%
BLUE value IS 147 (57.81% from 255) = 49.83%
R=4.07%
G=46.10%
B=49.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121361470.920.0700.42184.8984.9131.18
HexC88935C702Ab9551f
Octal14210223134705227112537
Binary110010001000100100111011100111010101010111001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,136,147); }

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

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

 a { background-color: rgb(12,136,147); }

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

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

 span { border-color: rgb(12,136,147); }

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