#0C8B80

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

Shades of Dark Cyan #0C8B80

Tints of Dark Cyan #0C8B80

Color information

#0C8B80 (or 0x0C8B80) is unknown color: approx Dark Cyan. HEX triplet: 0C, 8B and 80. RGB value is (12,139,128). Sum of RGB (Red+Green+Blue) = 12+139+128=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8B80 is #F3747F. Grayscale: #636363. Windows color (decimal): -15955072 or 8424204. OLE color: 8424204.

HSL color Cylindrical-coordinate representation of color #0C8B80: hue angle of 174.8º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8B80 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB12139128-
CMYK0.9100.080.45
HSL174.8º84.11%29.61%-
HSV(B)174.8º91.37%54.51%-
XYZ13.2820.123.6-
YUV99.77143.9265.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.30%
GREEN value IS 139 (54.69% from 255) = 49.82%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=4.30%
G=49.82%
B=45.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121391280.9100.080.45174.884.1129.61
HexC8B805B082Daf541e
Octal142132001330105525712436
Binary1100100010111000000010110110100010110110101111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,139,128); }

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

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

 a { background-color: rgb(12,139,128); }

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

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

 span { border-color: rgb(12,139,128); }

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