#0C8388

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

Shades of Dark Cyan #0C8388

Tints of Dark Cyan #0C8388

Color information

#0C8388 (or 0x0C8388) is unknown color: approx Dark Cyan. HEX triplet: 0C, 83 and 88. RGB value is (12,131,136). Sum of RGB (Red+Green+Blue) = 12+131+136=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C8388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8388 is #F37C77. Grayscale: #5F5F5F. Windows color (decimal): -15957112 or 8946444. OLE color: 8946444.

HSL color Cylindrical-coordinate representation of color #0C8388: hue angle of 182.42º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8388 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12131136-
CMYK0.910.0400.47
HSL182.42º83.78%29.02%-
HSV(B)182.42º91.18%53.33%-
XYZ12.7118.0926.11-
YUV95.99150.5868.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.30%
GREEN value IS 131 (51.56% from 255) = 46.95%
BLUE value IS 136 (53.52% from 255) = 48.75%
R=4.30%
G=46.95%
B=48.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121311360.910.0400.47182.4283.7829.02
HexC83885B402Fb6541d
Octal14203210133405726612435
Binary110010000011100010001011011100010111110110110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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