#0F6F80

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

Shades of Allports #0F6F80

Tints of Allports #0F6F80

Color information

#0F6F80 (or 0x0F6F80) is unknown color: approx Allports. HEX triplet: 0F, 6F and 80. RGB value is (15,111,128). Sum of RGB (Red+Green+Blue) = 15+111+128=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #0F6F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6F80 is #F0907F. Grayscale: #545454. Windows color (decimal): -15765632 or 8417039. OLE color: 8417039.

HSL color Cylindrical-coordinate representation of color #0F6F80: hue angle of 189.03º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F6F80 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB15111128-
CMYK0.880.1300.50
HSL189.03º79.02%28.04%-
HSV(B)189.03º88.28%50.2%-
XYZ9.7813.0322.42-
YUV84.23152.778.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.91%
GREEN value IS 111 (43.75% from 255) = 43.70%
BLUE value IS 128 (50.39% from 255) = 50.39%
R=5.91%
G=43.70%
B=50.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal151111280.880.1300.50189.0379.0228.04
HexF6F8058D032bd4f1c
Octal171572001301506227511734
Binary111111011111000000010110001101011001010111101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,111,128); }

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

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

 a { background-color: rgb(15,111,128); }

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

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

 span { border-color: rgb(15,111,128); }

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