#0f6f7a

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

Shades of Allports #0F6F7A

Tints of Allports #0F6F7A

Color information

#0F6F7A (or 0x0F6F7A) is unknown color: approx Allports. HEX triplet: 0F, 6F and 7A. RGB value is (15,111,122). Sum of RGB (Red+Green+Blue) = 15+111+122=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F6F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6F7A is #F09085. Grayscale: #535353. Windows color (decimal): -15765638 or 8023823. OLE color: 8023823.

HSL color Cylindrical-coordinate representation of color #0F6F7A: hue angle of 186.17º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F6F7A is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB15111122-
CMYK0.880.0900.52
HSL186.17º78.1%26.86%-
HSV(B)186.17º87.7%47.84%-
XYZ9.3912.8820.4-
YUV83.55149.779.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.05%
GREEN value IS 111 (43.75% from 255) = 44.76%
BLUE value IS 122 (48.05% from 255) = 49.19%
R=6.05%
G=44.76%
B=49.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal151111220.880.0900.52186.1778.126.86
HexF6F7A589034ba4e1b
Octal171571721301106427211633
Binary11111101111111101010110001001011010010111010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f6f7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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