#0C6D80

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

Shades of Allports #0C6D80

Tints of Allports #0C6D80

Color information

#0C6D80 (or 0x0C6D80) is unknown color: approx Allports. HEX triplet: 0C, 6D and 80. RGB value is (12,109,128). Sum of RGB (Red+Green+Blue) = 12+109+128=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #0C6D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6D80 is #F3927F. Grayscale: #515151. Windows color (decimal): -15962752 or 8416524. OLE color: 8416524.

HSL color Cylindrical-coordinate representation of color #0C6D80: hue angle of 189.83º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C6D80 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12109128-
CMYK0.910.1500.50
HSL189.83º82.86%27.45%-
HSV(B)189.83º90.62%50.2%-
XYZ9.5212.5722.35-
YUV82.16153.8677.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.82%
GREEN value IS 109 (42.97% from 255) = 43.78%
BLUE value IS 128 (50.39% from 255) = 51.41%
R=4.82%
G=43.78%
B=51.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121091280.910.1500.50189.8382.8627.45
HexC6D805BF032be531b
Octal141552001331706227612333
Binary110011011011000000010110111111011001010111110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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