#0F6C7F

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

Shades of Allports #0F6C7F

Tints of Allports #0F6C7F

Color information

#0F6C7F (or 0x0F6C7F) is unknown color: approx Allports. HEX triplet: 0F, 6C and 7F. RGB value is (15,108,127). Sum of RGB (Red+Green+Blue) = 15+108+127=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F6C7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6C7F is #F09380. Grayscale: #525252. Windows color (decimal): -15766401 or 8350735. OLE color: 8350735.

HSL color Cylindrical-coordinate representation of color #0F6C7F: hue angle of 190.18º 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 #0F6C7F is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB15108127-
CMYK0.880.1500.50
HSL190.18º78.87%27.84%-
HSV(B)190.18º88.19%49.8%-
XYZ9.3912.3621.97-
YUV82.36153.1979.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6%
GREEN value IS 108 (42.58% from 255) = 43.2%
BLUE value IS 127 (50% from 255) = 50.8%
R=6%
G=43.2%
B=50.8%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal151081270.880.1500.50190.1878.8727.84
HexF6C7F58F032be4f1c
Octal171541771301706227611734
Binary11111101100111111110110001111011001010111110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,108,127); }

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

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

 a { background-color: rgb(15,108,127); }

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

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

 span { border-color: rgb(15,108,127); }

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